Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.cc (revision 41847) |
| +++ runtime/vm/flow_graph_compiler_x64.cc (working copy) |
| @@ -77,6 +77,7 @@ |
| DeoptInfoBuilder* builder, |
| const Array& deopt_table) { |
| if (deopt_env_ == NULL) { |
| + ++builder->current_info_number_; |
| return DeoptInfo::null(); |
| } |