From: Julian Seward Date: Wed, 10 Nov 2004 23:25:37 +0000 (+0000) Subject: Oops .. C flag after inc/dec is in ndep, not dep1. X-Git-Tag: svn/VALGRIND_3_0_1^2~794 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe27a7353475ceb5dd7de7c1db8112923ee2b0b6;p=thirdparty%2Fvalgrind.git Oops .. C flag after inc/dec is in ndep, not dep1. git-svn-id: svn://svn.valgrind.org/vex/trunk@540 --- diff --git a/VEX/priv/guest-x86/ghelpers.c b/VEX/priv/guest-x86/ghelpers.c index 7b8025ebba..41d416d6b0 100644 --- a/VEX/priv/guest-x86/ghelpers.c +++ b/VEX/priv/guest-x86/ghelpers.c @@ -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) {