]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Bug #348247. Fix SUBQ 0, long long sub/cmp, then O (overflow) case.
authorMark Wielaard <mark@klomp.org>
Wed, 27 May 2015 12:33:41 +0000 (12:33 +0000)
committerMark Wielaard <mark@klomp.org>
Wed, 27 May 2015 12:33:41 +0000 (12:33 +0000)
commit497a73d17e76d195f3411eaa72bc47b4cb3b9037
treece57ac0062e576d74fff18e5975aafc8f02836af
parentc63a1c484268281fda2062d5200f829142386805
Bug #348247. Fix SUBQ 0, long long sub/cmp, then O (overflow) case.

Fix 64bit right shift, should have been 63 bit. This caused some bad
jno jumps detecting overflow where there was none.

git-svn-id: svn://svn.valgrind.org/vex/trunk@3147
VEX/priv/guest_amd64_helpers.c