mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Fix another enum type error spotted by gcc-4.5.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10880
This commit is contained in:
parent
ff27022ed0
commit
68afc2a2a1
@ -1060,7 +1060,7 @@ IRSB* cg_instrument ( VgCallbackClosure* closure,
|
||||
Bool inverted;
|
||||
Addr64 nia, sea;
|
||||
IRConst* dst;
|
||||
IROp tyW = hWordTy;
|
||||
IRType tyW = hWordTy;
|
||||
IROp widen = tyW==Ity_I32 ? Iop_1Uto32 : Iop_1Uto64;
|
||||
IROp opXOR = tyW==Ity_I32 ? Iop_Xor32 : Iop_Xor64;
|
||||
IRTemp guard1 = newIRTemp(cgs.sbOut->tyenv, Ity_I1);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user