Index: runtime/vm/simulator_mips.cc |
=================================================================== |
--- runtime/vm/simulator_mips.cc (revision 42561) |
+++ runtime/vm/simulator_mips.cc (working copy) |
@@ -1978,7 +1978,7 @@ |
void Simulator::InstructionDecode(Instr* instr) { |
if (IsTracingExecution()) { |
- OS::Print("%u ", icount_); |
+ OS::Print("%" Pd " ", icount_); |
const uword start = reinterpret_cast<uword>(instr); |
const uword end = start + Instr::kInstrSize; |
Disassembler::Disassemble(start, end); |