https://bugs.kde.org/show_bug.cgi?id=495817
--- Comment #2 from Florian Krohm <flo2...@eich-krohm.de> --- Created attachment 176081 --> https://bugs.kde.org/attachment.cgi?id=176081&action=edit fix disassembly for BC[R], BR[C]L, and BIC Here are a few samples how the disassembly differed: *** mismatch VEX: |bic 20,0| vs objdump: |bic 0,20| *** mismatch VEX: |bic 20(%r6),0| vs objdump: |bic 0,20(%r6)| *** mismatch VEX: |bic 20(%r4),0| vs objdump: |bic 0,20(%r4,%r0)| *** mismatch VEX: |bih 20(%r12)| vs objdump: |bih 20(%r12,%r0)| *** mismatch VEX: |nopr| vs objdump: |nopr %r6| *** mismatch VEX: |b 12(%r11)| vs objdump: |b 12(%r11,%r0)| *** mismatch VEX: |blh 12(%r11)| vs objdump: |blh 12(%r11,%r0)| *** mismatch VEX: |brc 0,.+0| vs objdump: |jnop c| *** mismatch VEX: |brcl 0,.+0| vs objdump: |jgnop c| All fixed with this patch. -- You are receiving this mail because: You are watching all bug changes.