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