| Index: runtime/vm/simulator_mips.cc
|
| diff --git a/runtime/vm/simulator_mips.cc b/runtime/vm/simulator_mips.cc
|
| index b0f7d5f047129a8b395d15fe0ea4edc9df949fae..36019a08a2ae76fe690606c4c2c7896801b25822 100644
|
| --- a/runtime/vm/simulator_mips.cc
|
| +++ b/runtime/vm/simulator_mips.cc
|
| @@ -2240,7 +2240,7 @@ void Simulator::Longjmp(uword pc,
|
| set_register(SP, static_cast<int32_t>(sp));
|
| set_register(FP, static_cast<int32_t>(fp));
|
| // Set the tag.
|
| - isolate->set_vm_tag(VMTag::kScriptTagId);
|
| + isolate->set_vm_tag(VMTag::kDartTagId);
|
| // Clear top exit frame.
|
| isolate->set_top_exit_frame_info(0);
|
|
|
|
|