]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Gotcha!
authorCerion Armour-Brown <cerion@valgrind.org>
Tue, 22 Feb 2005 11:07:35 +0000 (11:07 +0000)
committerCerion Armour-Brown <cerion@valgrind.org>
Tue, 22 Feb 2005 11:07:35 +0000 (11:07 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@945

VEX/priv/ir/iropt.c

index 70e4f8715f89ad8cb9aec10a6cd3a309ae1582ed..d8fbd77e4a93861278cf0b215ccd66c73c29ffae 100644 (file)
@@ -2866,7 +2866,7 @@ static IRBB* maybe_loop_unroll_BB ( IRBB* bb0, Addr64 my_addr )
       con->Ico.U64 = yyy_value;
    } else {
       udst->Iex.Const.con->Ico.U32 = (UInt)xxx_value;
-      con->Ico.U64 = (UInt)yyy_value;
+      con->Ico.U32 = (UInt)yyy_value;
    }
 
    /* negate the test condition */