| Index: runtime/vm/flow_graph_compiler_mips.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_mips.cc (revision 22325)
|
| +++ runtime/vm/flow_graph_compiler_mips.cc (working copy)
|
| @@ -785,8 +785,7 @@
|
| 0); // No registers.
|
| }
|
| // The noSuchMethod call may return.
|
| - __ LeaveDartFrame();
|
| - __ Ret();
|
| + __ LeaveDartFrameAndReturn();
|
|
|
| __ Bind(&all_arguments_processed);
|
| // Nullify originally passed arguments only after they have been copied and
|
| @@ -999,8 +998,7 @@
|
| 0); // No registers.
|
| }
|
| // The noSuchMethod call may return.
|
| - __ LeaveDartFrame();
|
| - __ Ret();
|
| + __ LeaveDartFrameAndReturn();
|
| } else {
|
| __ Stop("Wrong number of arguments");
|
| }
|
|
|