| Index: runtime/vm/flow_graph_compiler_arm.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_arm.cc b/runtime/vm/flow_graph_compiler_arm.cc
|
| index 8a984312d5307c7c7759e32f955d0a2f955514ef..afcdb929ec732526751e5d3f61e34ac7eaa5e7cb 100644
|
| --- a/runtime/vm/flow_graph_compiler_arm.cc
|
| +++ b/runtime/vm/flow_graph_compiler_arm.cc
|
| @@ -710,7 +710,7 @@ void FlowGraphCompiler::EmitInstructionEpilogue(Instruction* instr) {
|
| }
|
| Definition* defn = instr->AsDefinition();
|
| if ((defn != NULL) && defn->is_used()) {
|
| - __ Push(defn->locs()->out().reg());
|
| + __ Push(defn->locs()->out(0).reg());
|
| }
|
| }
|
|
|
|
|