| Index: runtime/vm/stub_code_mips.cc
|
| ===================================================================
|
| --- runtime/vm/stub_code_mips.cc (revision 32722)
|
| +++ runtime/vm/stub_code_mips.cc (working copy)
|
| @@ -1396,7 +1396,7 @@
|
| __ EnterStubFrame(true); // Uses pool pointer to pass cls to runtime.
|
| __ LoadObject(TMP, cls);
|
|
|
| - __ addiu(SP, SP, Immediate(-4 * kWordSize));
|
| + __ addiu(SP, SP, Immediate(-3 * kWordSize));
|
| // Space on stack for return value.
|
| __ LoadImmediate(T7, reinterpret_cast<intptr_t>(Object::null()));
|
| __ sw(T7, Address(SP, 2 * kWordSize));
|
|
|