From: Cerion Armour-Brown Date: Tue, 22 Feb 2005 11:07:35 +0000 (+0000) Subject: Gotcha! X-Git-Tag: svn/VALGRIND_3_0_1^2~389 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=370b4d12df52c301145a62e4ea23c83f48ed2110;p=thirdparty%2Fvalgrind.git Gotcha! git-svn-id: svn://svn.valgrind.org/vex/trunk@945 --- diff --git a/VEX/priv/ir/iropt.c b/VEX/priv/ir/iropt.c index 70e4f8715f..d8fbd77e4a 100644 --- a/VEX/priv/ir/iropt.c +++ b/VEX/priv/ir/iropt.c @@ -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 */