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