Oops .. C flag after inc/dec is in ndep, not dep1.
git-svn-id: svn://svn.valgrind.org/vex/trunk@540 8f6e269a-dfd6-0310-a8e1-e2731360e62c
diff --git a/priv/guest-x86/ghelpers.c b/priv/guest-x86/ghelpers.c
index 7b8025e..41d416d 100644
--- a/priv/guest-x86/ghelpers.c
+++ b/priv/guest-x86/ghelpers.c
@@ -659,7 +659,7 @@
}
if (isU32(cc_op, CC_OP_DECL) || isU32(cc_op, CC_OP_INCL)) {
/* If the thunk is dec or inc, the cflag is supplied as CC_SRC. */
- return cc_dep1;
+ return cc_ndep;
}
# if 0
if (cc_op->tag == Iex_Const) {