]> git.ipfire.org Git - thirdparty/valgrind.git/commit
The arguments in a helper call need to be sign/zero-extended
authorFlorian Krohm <florian@eich-krohm.de>
Mon, 6 Aug 2012 13:35:33 +0000 (13:35 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Mon, 6 Aug 2012 13:35:33 +0000 (13:35 +0000)
commit569355ef79fb1150cb17dd369470572a445e6f15
tree99e809a0d67128f28211336c38df3f6fc8b5c43f
parent869aff78146fa5b2591d6b386e2fd41a8cc99e4e
The arguments in a helper call need to be sign/zero-extended
to 64 bit. Fix helper calls accordingly. And because I keep forgetting
this, add checking machinery in the insn selector so it won't happen again.
Diagnosed by Christian Borntraeger.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2462
VEX/priv/guest_s390_toIR.c
VEX/priv/host_s390_isel.c