ppHRegX86(i->Xin.FpCmp.dst);
break;
case Xin_SseConst:
- vex_printf("const $0x%04x,", (Int)i->Xin.SseConst.con);
+ vex_printf("const $0x%04x,", (UInt)i->Xin.SseConst.con);
ppHRegX86(i->Xin.SseConst.dst);
break;
case Xin_SseLdSt:
}
break;
default:
- VG_(debugLog)(1, "cache", "warning: L%u cache ignored\n",
+ VG_(debugLog)(1, "cache", "warning: L%d cache ignored\n",
(info[0] & 0xe0) >> 5);
break;
}
if (!VG_(clo_xml))
VG_(message)(Vg_DebugMsg,
"warning: evaluate_Dwarf3_Expr: unhandled "
- "DW_OP_ 0x%x\n", (Int)opcode);
+ "DW_OP_ 0x%x\n", (UInt)opcode);
FAIL("evaluate_Dwarf3_Expr: unhandled DW_OP_");
/*NOTREACHED*/
}
if (!VG_(clo_xml))
VG_(message)(Vg_DebugMsg,
"Warning: DWARF2 CFI reader: unhandled DW_OP_ "
- "opcode 0x%x\n", (Int)opcode);
+ "opcode 0x%x\n", (UInt)opcode);
return -1;
}