| Index: runtime/vm/flow_graph_compiler_mips.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_mips.cc (revision 37406)
|
| +++ runtime/vm/flow_graph_compiler_mips.cc (working copy)
|
| @@ -972,7 +972,7 @@
|
| __ Comment("Inlined Setter");
|
| __ lw(T0, Address(SP, 1 * kWordSize)); // Receiver.
|
| __ lw(T1, Address(SP, 0 * kWordSize)); // Value.
|
| - __ StoreIntoObject(T0, FieldAddress(T0, offset), T1);
|
| + __ StoreIntoObjectOffset(T0, offset, T1);
|
| __ LoadImmediate(V0, reinterpret_cast<int32_t>(Object::null()));
|
| __ Ret();
|
| }
|
|
|