| Index: runtime/vm/flow_graph_compiler.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler.cc (revision 42083)
|
| +++ runtime/vm/flow_graph_compiler.cc (working copy)
|
| @@ -400,7 +400,7 @@
|
|
|
| void FlowGraphCompiler::EmitTrySync(Instruction* instr, intptr_t try_index) {
|
| ASSERT(is_optimizing());
|
| - Environment* env = instr->env();
|
| + Environment* env = instr->env()->Outermost();
|
| CatchBlockEntryInstr* catch_block =
|
| flow_graph().graph_entry()->GetCatchEntry(try_index);
|
| const GrowableArray<Definition*>* idefs = catch_block->initial_definitions();
|
|
|