| Index: runtime/vm/intermediate_language_mips.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language_mips.cc (revision 36916)
|
| +++ runtime/vm/intermediate_language_mips.cc (working copy)
|
| @@ -235,8 +235,7 @@
|
| // S5: Smi 0 (no IC data; the lazy-compile stub expects a GC-safe value).
|
| ASSERT(locs()->in(0).reg() == T0);
|
| __ LoadImmediate(S5, 0);
|
| - __ lw(T2, FieldAddress(T0, Function::code_offset()));
|
| - __ lw(T2, FieldAddress(T2, Code::instructions_offset()));
|
| + __ lw(T2, FieldAddress(T0, Function::instructions_offset()));
|
| __ AddImmediate(T2, Instructions::HeaderSize() - kHeapObjectTag);
|
| __ jalr(T2);
|
| compiler->AddCurrentDescriptor(PcDescriptors::kClosureCall,
|
|
|