From: Florian Krohm Date: Fri, 5 Jun 2015 19:48:24 +0000 (+0000) Subject: Just a dummy white space change to record the fact that in X-Git-Tag: svn/VALGRIND_3_11_0^2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=684a11750eaa9eea28c070cb22116d9e70ba749b;p=thirdparty%2Fvalgrind.git Just a dummy white space change to record the fact that in r3150 an incorrect BZ # was referenced. It should say in r3150: BZ #348748 not BZ #348565. git-svn-id: svn://svn.valgrind.org/vex/trunk@3151 --- diff --git a/VEX/priv/guest_arm_toIR.c b/VEX/priv/guest_arm_toIR.c index 15329fed1b..f8512495ae 100644 --- a/VEX/priv/guest_arm_toIR.c +++ b/VEX/priv/guest_arm_toIR.c @@ -987,7 +987,7 @@ static void put_GEFLAG32 ( Int flagNo, /* 0, 1, 2 or 3 */ lowbits_to_ignore == 31 ); IRTemp masked = newTemp(Ity_I32); assign(masked, binop(Iop_Shr32, e, mkU8(lowbits_to_ignore))); - + switch (flagNo) { case 0: putMiscReg32(OFFB_GEFLAG0, mkexpr(masked), condT); break; case 1: putMiscReg32(OFFB_GEFLAG1, mkexpr(masked), condT); break;