| Index: runtime/vm/flow_graph_compiler_mips.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_mips.cc b/runtime/vm/flow_graph_compiler_mips.cc
|
| index a765a6053eeb77a0aeb56a72d40da05df6407149..56e934f72fe27cccbf5a4e9bb2af453f77ece00c 100644
|
| --- a/runtime/vm/flow_graph_compiler_mips.cc
|
| +++ b/runtime/vm/flow_graph_compiler_mips.cc
|
| @@ -1066,9 +1066,7 @@ void FlowGraphCompiler::CompileGraph() {
|
| if (function.IsClosureFunction()) {
|
| __ sw(CTX, Address(FP, (slot_base - i) * kWordSize));
|
| } else {
|
| - const Context& empty_context = Context::ZoneHandle(
|
| - zone(), isolate()->object_store()->empty_context());
|
| - __ LoadObject(V1, empty_context);
|
| + __ LoadObject(V1, Object::empty_context());
|
| __ sw(V1, Address(FP, (slot_base - i) * kWordSize));
|
| }
|
| } else {
|
|
|