]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
s390x: Fix printing wrong/no vector registers in disassembler
authorAndreas Arnez <arnez@linux.ibm.com>
Fri, 5 Mar 2021 19:14:32 +0000 (20:14 +0100)
committerAndreas Arnez <arnez@linux.ibm.com>
Tue, 9 Mar 2021 18:13:37 +0000 (19:13 +0100)
A typo in s390_disasm.c causes some vector registers to be printed wrong,
or not at all.  This is fixed.

VEX/priv/s390_disasm.c

index e3fbc11af539c42b9e33609b496d63a80dd9c006..16b9560cbd885b2568763b26d71446a98cad0123 100644 (file)
@@ -141,6 +141,7 @@ vr_operand(UInt archreg)
       "%v0", "%v1", "%v2", "%v3",
       "%v4", "%v5", "%v6", "%v7",
       "%v8", "%v9", "%v10", "%v11",
+      "%v12", "%v13", "%v14", "%v15",
       "%v16", "%v17", "%v18", "%v19",
       "%v20", "%v21", "%v22", "%v23",
       "%v24", "%v25", "%v26", "%v27",