https://bugs.kde.org/show_bug.cgi?id=495278
Carl Love <c...@linux.ibm.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #1 from Carl Love <c...@linux.ibm.com> --- Issue fixed with the following Valgrind commit. ommit 3b1a12795cc5cbb57dbf0219375229094c86122e (HEAD -> master, origin/master, origin/HEAD) Author: Carl Love <c...@linux.ibm.com> Date: Wed Oct 23 18:25:23 2024 -0500 PowerPC, dcbf instruction ISA 2.7 and ISA 3.0 "accepts" L = 0 to 3, ISA 3.1 "accepts: L = 0 to 7. Removed the L field check so valgrind will match the real hardware. For the purposes of Valgrind the dcbf instruction is a NOP anyway so it will not change the behavior of Valgrind. -- You are receiving this mail because: You are watching all bug changes.