| Index: runtime/vm/simulator_arm64.cc
|
| diff --git a/runtime/vm/simulator_arm64.cc b/runtime/vm/simulator_arm64.cc
|
| index f9339c5737e3c5f8db7e16a7756af448a72a6316..649a1f783ea1b586446187ef390f890cf8153e59 100644
|
| --- a/runtime/vm/simulator_arm64.cc
|
| +++ b/runtime/vm/simulator_arm64.cc
|
| @@ -3049,7 +3049,7 @@ void Simulator::Longjmp(uword pc,
|
| set_register(NULL, SP, static_cast<int64_t>(sp));
|
| set_register(NULL, FP, static_cast<int64_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);
|
|
|
|
|