| Index: runtime/vm/simulator_mips.cc
|
| ===================================================================
|
| --- runtime/vm/simulator_mips.cc (revision 45190)
|
| +++ runtime/vm/simulator_mips.cc (working copy)
|
| @@ -1217,12 +1217,6 @@
|
| dbg.Stop(instr, message);
|
| // Adjust for extra pc increment.
|
| set_pc(get_pc() - Instr::kInstrSize);
|
| - } else if (instr->BreakCodeField() == Instr::kSimulatorMessageCode) {
|
| - const char* message = *reinterpret_cast<const char**>(
|
| - reinterpret_cast<intptr_t>(instr) - Instr::kInstrSize);
|
| - if (IsTracingExecution()) {
|
| - OS::Print("Message: %s\n", message);
|
| - }
|
| } else if (instr->BreakCodeField() == Instr::kSimulatorRedirectCode) {
|
| SimulatorSetjmpBuffer buffer(this);
|
|
|
|
|