https://bugs.kde.org/show_bug.cgi?id=360415
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #97845|0 |1 is obsolete| | --- Comment #5 from [email protected] --- Created attachment 105193 --> https://bugs.kde.org/attachment.cgi?id=105193&action=edit Fixed 32-bit instructions in test-amd64. I disassembled the test program and noticed that 32-bit instructions weren't being assembled correctly. The new patch fixes the test, but the tests still pass and I can't reproduce this issue on 64-bit linux, even with a test program that contains: 400490: 66 0f 38 f6 d8 adcx %eax,%ebx I would expect that error for a 32-bit program, where it is unimplemented, but your valgrind output says it's using the 64-bit backend. On a side note, what compiler/version did you compile valgrind with? -- You are receiving this mail because: You are watching all bug changes.
