]> git.ipfire.org Git - thirdparty/valgrind.git/commit
s390x: Fix printing of virtual register numbers
authorAndreas Arnez <arnez@linux.ibm.com>
Mon, 10 Feb 2020 12:37:03 +0000 (13:37 +0100)
committerAndreas Arnez <arnez@linux.ibm.com>
Tue, 11 Feb 2020 17:01:15 +0000 (18:01 +0100)
commitb729c0f35cf9663e610756b0d56fbbf3705b5209
tree71ee5f9fbb5af2fb69c3dc50599208c79e883804
parentfe9c80daa266558eb357025822dcde3b74b8a4be
s390x: Fix printing of virtual register numbers

As noticed by Julian Seward, the code for printing s390x register names
currently does not show the virtual register numbers correctly.  Although
it distinguishes between virtual and real registers, it uses the hardware
register number for both cases.  This is fixed.
VEX/priv/host_s390_defs.c