]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Oops .. C flag after inc/dec is in ndep, not dep1.
authorJulian Seward <jseward@acm.org>
Wed, 10 Nov 2004 23:25:37 +0000 (23:25 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 10 Nov 2004 23:25:37 +0000 (23:25 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@540

VEX/priv/guest-x86/ghelpers.c

index 7b8025ebba8d56f43f2cdea7d9fe860a4f654903..41d416d6b0ec3478fe236e66b00be7b2c4342ec4 100644 (file)
@@ -659,7 +659,7 @@ IRExpr* x86guest_spechelper ( Char* function_name,
       }
       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) {