https://bugs.kde.org/show_bug.cgi?id=495817
--- Comment #3 from Florian Krohm <flo2...@eich-krohm.de> --- Created attachment 176095 --> https://bugs.kde.org/attachment.cgi?id=176095&action=edit fix disassembly for C[L][G]R[BJ], C[L][G]I[BJ], CL[G]T, CL[FG]IT Replace s390_format_RIEv1 with s390_format_R0UU and s390_format_R0IU. Handling both a signed and unsigned immediate constant field with the same s390_format_... function does not work. Add function s390_format_RSY_R0RD for CLT and CLGT. Those opcodes have extended mnemonics. So adjusting the formerly used s390_format_RSY_RURD wasn't an option as that function is also used for CLM[HY], STCM[HY], and ICM[HY] which don't have extended mnemonics. -- You are receiving this mail because: You are watching all bug changes.