| Index: runtime/vm/simulator_arm.cc
|
| ===================================================================
|
| --- runtime/vm/simulator_arm.cc (revision 24960)
|
| +++ runtime/vm/simulator_arm.cc (working copy)
|
| @@ -1487,10 +1487,6 @@
|
|
|
| if ((redirection->call_kind() == kRuntimeCall) ||
|
| (redirection->call_kind() == kNativeCall)) {
|
| - // The top_exit_frame_info of the current isolate points to the top of
|
| - // the simulator stack.
|
| - ASSERT((StackTop() - Isolate::Current()->top_exit_frame_info()) <
|
| - Isolate::GetSpecifiedStackSize());
|
| // Set the top_exit_frame_info of this simulator to the native stack.
|
| set_top_exit_frame_info(reinterpret_cast<uword>(&buffer));
|
| }
|
|
|