]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
mips: Fix non mips compiler warning.
authorDejan Jevtic <dejan.jevtic@valgrind.org>
Mon, 9 Jun 2014 10:54:49 +0000 (10:54 +0000)
committerDejan Jevtic <dejan.jevtic@valgrind.org>
Mon, 9 Jun 2014 10:54:49 +0000 (10:54 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2870

VEX/priv/guest_mips_toIR.c

index d8bdfeb3607d69aa88220ee4e4e50927d1379eaa..0e9f1603df90e5540faeb953e6a53d4a13830783 100644 (file)
@@ -2344,7 +2344,7 @@ static Bool dis_instr_CVM ( UInt theInstr )
                      DIP("lasd r%u,(r%u)\n", regRd, regRs);
                      IRTemp new  = newTemp(Ity_I64);
                      assign (addr, getIReg(regRs));
-                     assign(new, mkU64(0xffffffffffffffff));
+                     assign(new, mkU64(0xffffffffffffffffULL));
                      mips_irgen_load_and_add64(addr, new, regRd, True);
                      break;
                   }