| 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 18b629bc68f471e3260fdb3198b35f9889c949fb..4e26972a071fa4e1ba02e773a8677f76446761d9 100644
|
| --- a/runtime/vm/flow_graph_compiler_mips.cc
|
| +++ b/runtime/vm/flow_graph_compiler_mips.cc
|
| @@ -1374,7 +1374,7 @@ void FlowGraphCompiler::EmitSwitchableInstanceCall(
|
| __ lw(T0, Address(SP, (argument_count - 1) * kWordSize));
|
| if (ic_data.NumArgsTested() == 1) {
|
| __ LoadUniqueObject(S5, ic_data);
|
| - __ BranchLinkPatchable(*StubCode::ICLookup_entry());
|
| + __ BranchLinkPatchable(*StubCode::ICLookupThroughFunction_entry());
|
| } else {
|
| const String& name = String::Handle(zone(), ic_data.target_name());
|
| const Array& arguments_descriptor =
|
|
|