| Index: runtime/vm/simulator_mips.cc
|
| diff --git a/runtime/vm/simulator_mips.cc b/runtime/vm/simulator_mips.cc
|
| index a828752d6f87918e65f116d65887a11ad867bedb..244b331d0edf10032809da4faec0a0cce1c74029 100644
|
| --- a/runtime/vm/simulator_mips.cc
|
| +++ b/runtime/vm/simulator_mips.cc
|
| @@ -1250,7 +1250,7 @@ void Simulator::DoBreak(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;
|
|
|