]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add vassert for DFP shift value to make sure shift value is an immediate value.
authorCarl Love <cel@us.ibm.com>
Tue, 4 Sep 2012 22:09:48 +0000 (22:09 +0000)
committerCarl Love <cel@us.ibm.com>
Tue, 4 Sep 2012 22:09:48 +0000 (22:09 +0000)
commitb89ad8f178e2a0ab7ad5cc6c7c584af02e521024
treede58b238642c06de2288a6c248a37ac783420f12
parentb62992e5d82210f8059b11bdd7cc30b8fae431bc
Add vassert for DFP shift value to make sure shift value is an immediate value.
V-bit tester was putting shift value in a register for the DFP shift
instructions causing the test to crash, see bugzilla #305948.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2512
VEX/priv/host_ppc_isel.c