]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips64: fix jmpKind for BLTZ and BGEZ
authorPetar Jovanovic <mips32r2@gmail.com>
Thu, 4 Sep 2014 17:34:56 +0000 (17:34 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Thu, 4 Sep 2014 17:34:56 +0000 (17:34 +0000)
commit82cc01e867f26021e233ed60e294ee027c7e90c2
tree7b421c8b5d19ff2c70958da41e91b6cf7c085244
parentbe87caf8a32b100b1c6b46160fea472140bf677b
mips64: fix jmpKind for BLTZ and BGEZ

As spotted by Maran Pakkirisamy, jump kind for BLTZ and BGEZ should be
Ijk_Boring and not Ijk_Call.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2944
VEX/priv/guest_mips_toIR.c