| Index: runtime/vm/simulator_arm.cc
|
| diff --git a/runtime/vm/simulator_arm.cc b/runtime/vm/simulator_arm.cc
|
| index 37d4f43606a155c575d03496b1893b312bf722f7..45ae49a6db8c03b7243d9bd78eda056674857ab2 100644
|
| --- a/runtime/vm/simulator_arm.cc
|
| +++ b/runtime/vm/simulator_arm.cc
|
| @@ -3859,7 +3859,7 @@ void Simulator::Longjmp(uword pc,
|
| // Prepare for unwinding frames by destroying all the stack resources
|
| // in the previous C++ frames.
|
| Isolate* isolate = thread->isolate();
|
| - StackResource::Unwind(isolate);
|
| + StackResource::Unwind(thread);
|
|
|
| // Unwind the C++ stack and continue simulation in the target frame.
|
| set_register(PC, static_cast<int32_t>(pc));
|
|
|