| Index: runtime/vm/simulator_arm.cc
|
| diff --git a/runtime/vm/simulator_arm.cc b/runtime/vm/simulator_arm.cc
|
| index e5d06c89a8b0afc3bb71603d79b4a8d9ee3cedcc..5ce8c9406d2be72cef922463e15169ae737b8253 100644
|
| --- a/runtime/vm/simulator_arm.cc
|
| +++ b/runtime/vm/simulator_arm.cc
|
| @@ -1539,7 +1539,7 @@ void Simulator::SupervisorCall(Instr* instr) {
|
| (redirection->call_kind() == kBootstrapNativeCall) ||
|
| (redirection->call_kind() == kNativeCall)) {
|
| // Set the top_exit_frame_info of this simulator to the native stack.
|
| - set_top_exit_frame_info(Isolate::GetCurrentStackPointer());
|
| + set_top_exit_frame_info(Thread::GetCurrentStackPointer());
|
| }
|
| if (redirection->call_kind() == kRuntimeCall) {
|
| NativeArguments arguments;
|
|
|