]> git.ipfire.org Git - thirdparty/valgrind.git/commit
The PPC64 store quad instruction is updating the address register with the
authorCarl Love <cel@us.ibm.com>
Tue, 23 Sep 2014 16:22:36 +0000 (16:22 +0000)
committerCarl Love <cel@us.ibm.com>
Tue, 23 Sep 2014 16:22:36 +0000 (16:22 +0000)
commitd5f8cc2eacbf08ab93a48b4da1f68b64c21a0eac
tree956ca32fead44b1a0eeadb19939265ef06660f17
parentbb9ce98b6eee880393c33b4ce8178818feab63ec
The PPC64 store quad instruction is updating the address register with the
effective address of the store.  The instruction should not update the
address register.  The issue is due to the two putIReg() calls at the end of
the instruction.  The two putIReg() calls were removed to fix the bug.

This issue was reported in bugzilla 339336.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2957
VEX/priv/guest_ppc_toIR.c