]> git.ipfire.org Git - thirdparty/valgrind.git/commit
s390x: Fix disassembly of locfh/locfhr, update S390_MAX_MNEMONIC_LEN
authorAndreas Arnez <arnez@linux.ibm.com>
Thu, 8 Aug 2024 12:56:50 +0000 (14:56 +0200)
committerAndreas Arnez <arnez@linux.ibm.com>
Thu, 8 Aug 2024 12:56:50 +0000 (14:56 +0200)
commit67a2bb759a7c9c76fd6aa142bdb6fe342a5998e2
treec7887cd343d630e7bc1fc490cfd4ecaf726df318
parent41a9896f9a91c0e1e44edf3aeff90b6f42f5c132
s390x: Fix disassembly of locfh/locfhr, update S390_MAX_MNEMONIC_LEN

The length of the "longest mnemonic" for the s390x disassembler is
currently defined in s390_defs.h to be 8 characters, where in fact it
should be 9.  Update the constant to reflect that.

Also fix the disassembly of the instructions locfh and locfhr, changing
them from their current wrong representations `locgh' and `locghr'.
VEX/priv/s390_defs.h
VEX/priv/s390_disasm.c