| 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 436fd8267fa4d1615c7ec3f3650a1915feb77c26..1ad7f5f9e26bd0b7261600ee1ae7c15b7952b23a 100644
|
| --- a/runtime/vm/flow_graph_compiler_ia32.cc
|
| +++ b/runtime/vm/flow_graph_compiler_ia32.cc
|
| @@ -734,7 +734,7 @@ void FlowGraphCompiler::EmitInstructionEpilogue(Instruction* instr) {
|
| }
|
| Definition* defn = instr->AsDefinition();
|
| if ((defn != NULL) && defn->is_used()) {
|
| - Location value = defn->locs()->out();
|
| + Location value = defn->locs()->out(0);
|
| if (value.IsRegister()) {
|
| __ pushl(value.reg());
|
| } else {
|
|
|