]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix an assert.
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 30 Jul 2011 20:09:28 +0000 (20:09 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 30 Jul 2011 20:09:28 +0000 (20:09 +0000)
commit2cbbe6e1291558ae08193293b6f5aad9acdfe463
treed3c77799314cfcd306c17899e1a274bc7e4a08e5
parentd723f1a663f1185e550419c724f6dc07cc5b0405
Fix an assert.
This occured when we were chasing a branch insn (thereby setting the
disassembly result to Dis_ResteerU and the continueAt field to something
non-zero) and later changing the result kind to Dis_StopHere (because
the next insn is an EX insn). The ContinueAt field remained non-zero
in the case causing an assert down the road.
This should fix the failing test memcheck/tests/linux/timerfd-syscall

git-svn-id: svn://svn.valgrind.org/vex/trunk@2186
VEX/priv/guest_s390_toIR.c