| Index: runtime/vm/flow_graph_compiler_ia32.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_ia32.cc b/runtime/vm/flow_graph_compiler_ia32.cc
|
| index f785ba93880a0a8d1a567a8a4ba2d28dc9a495d8..1662e0db08c42709862d8fc9922aa8944f1c48b4 100644
|
| --- a/runtime/vm/flow_graph_compiler_ia32.cc
|
| +++ b/runtime/vm/flow_graph_compiler_ia32.cc
|
| @@ -48,12 +48,7 @@ void CompilerDeoptInfoWithStub::GenerateCode(FlowGraphCompiler* compiler,
|
| __ popl(EAX);
|
| }
|
| __ call(&StubCode::DeoptimizeLabel());
|
| - const intptr_t deopt_info_index = stub_ix;
|
| - compiler->pc_descriptors_list()->AddDeoptIndex(
|
| - compiler->assembler()->CodeSize(),
|
| - deopt_id(),
|
| - reason(),
|
| - deopt_info_index);
|
| + set_pc_offset(assem->CodeSize());
|
| #undef __
|
| }
|
|
|
|
|