| Index: runtime/vm/flow_graph_compiler_x64.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_x64.cc b/runtime/vm/flow_graph_compiler_x64.cc
|
| index a5907351b2026315c8a6a84a07a347480a7c41cd..b3bbe792445ed28c17511dc008c53b96b6c5fee1 100644
|
| --- a/runtime/vm/flow_graph_compiler_x64.cc
|
| +++ b/runtime/vm/flow_graph_compiler_x64.cc
|
| @@ -1362,7 +1362,7 @@ void FlowGraphCompiler::EmitOptimizedStaticCall(
|
| GenerateDartCall(deopt_id,
|
| token_pos,
|
| &stub_code->CallStaticFunctionLabel(),
|
| - RawPcDescriptors::kOptStaticCall,
|
| + RawPcDescriptors::kOther,
|
| locs);
|
| AddStaticCallTarget(function);
|
| __ Drop(argument_count, RCX);
|
| @@ -1506,7 +1506,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);
|
|
|