https://bugs.kde.org/show_bug.cgi?id=369459
Paul Osmialowski <pawel.osmialow...@foss.arm.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pawel.osmialow...@foss.arm. | |com --- Comment #19 from Paul Osmialowski <pawel.osmialow...@foss.arm.com> --- Hi Guys, I tested the fix on our dual-CPU (2x48 ThunderX cores) Linux machine and I can confirm that it worked. To make my life easier, I've tested it with following change: diff --git a/coregrind/m_translate.c b/coregrind/m_translate.c index f763a947b..cec8af4aa 100644 --- a/coregrind/m_translate.c +++ b/coregrind/m_translate.c @@ -1706,8 +1706,7 @@ Bool VG_(translate) ( ThreadId tid, # endif # if defined(VGP_arm64_linux) - vex_abiinfo.guest__use_fallback_LLSC - = SimHintiS(SimHint_fallback_llsc, VG_(clo_sim_hints)); + vex_abiinfo.guest__use_fallback_LLSC = True; # endif /* Set up closure args. */ -- You are receiving this mail because: You are watching all bug changes.