Chromium Code Reviews| Index: runtime/vm/simulator_mips.cc |
| =================================================================== |
| --- runtime/vm/simulator_mips.cc (revision 21694) |
| +++ runtime/vm/simulator_mips.cc (working copy) |
| @@ -983,6 +983,9 @@ |
| // Return. Subtract to account for pc_ increment after return. |
| set_pc(saved_ra - Instr::kInstrSize); |
| + } else { |
| + // Coming via long jump from a throw. Continue to exception handler. |
| + set_top_exit_frame_info(0); |
| } |
| } else { |
| SimulatorDebugger dbg(this); |