]> git.ipfire.org Git - thirdparty/valgrind.git/commit
PowerPC: Fix incorrect register pair check for lxv, stxv, stxsd, stxssp, lxsd,
authorCarl Love <cel@us.ibm.com>
Fri, 10 Mar 2017 20:10:49 +0000 (20:10 +0000)
committerCarl Love <cel@us.ibm.com>
Fri, 10 Mar 2017 20:10:49 +0000 (20:10 +0000)
commit0caebe1f079c47e11cecc86e8b405befdb8fcf84
tree4d826c752e39ab3b9f8d9dd5accecec43e23be6b
parent1e7427106ac2b89dae15360b66098b1bacb71f2e
PowerPC:  Fix incorrect register pair check for lxv, stxv, stxsd, stxssp, lxsd,
lxssp instructions

The lfdpx, stdpx, lfdp and stfdp instructions work on a register pair.  The
register pair test must only be applied to these instructions in the
dis_fp_pair() function.

Updating NEWS file for the commit

VEX commit 3308  makes the fix in VEX/priv/guest_ppc_toIR.c

bugzilla 377427

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16262
NEWS