| 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 556a67375d2d6e5ad01a6ad1f792505b4f2ba93a..925796dcae2603319586a36f63c53c81ec63d605 100644
|
| --- a/runtime/vm/flow_graph_compiler_mips.cc
|
| +++ b/runtime/vm/flow_graph_compiler_mips.cc
|
| @@ -1357,7 +1357,7 @@ void FlowGraphCompiler::EmitOptimizedStaticCall(
|
| GenerateDartCall(deopt_id,
|
| token_pos,
|
| &stub_code->CallStaticFunctionLabel(),
|
| - RawPcDescriptors::kOptStaticCall,
|
| + RawPcDescriptors::kOther,
|
| locs);
|
| AddStaticCallTarget(function);
|
| __ Drop(argument_count);
|
| @@ -1574,7 +1574,7 @@ void FlowGraphCompiler::EmitTestAndCall(const ICData& ic_data,
|
| GenerateDartCall(deopt_id,
|
| token_index,
|
| &stub_code->CallStaticFunctionLabel(),
|
| - RawPcDescriptors::kOptStaticCall,
|
| + RawPcDescriptors::kOther,
|
| locs);
|
| const Function& function = *sorted[i].target;
|
| AddStaticCallTarget(function);
|
|
|