| Index: runtime/vm/flow_graph_compiler_mips.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_mips.cc b/runtime/vm/flow_graph_compiler_mips.cc
|
| index 683a23265db2bc66c8409fa9a3885cb2f5c6b4a6..a80250d8ac53dcb61da925d7f697c325a7af110e 100644
|
| --- a/runtime/vm/flow_graph_compiler_mips.cc
|
| +++ b/runtime/vm/flow_graph_compiler_mips.cc
|
| @@ -729,7 +729,7 @@ void FlowGraphCompiler::EmitInstructionEpilogue(Instruction* instr) {
|
| if (is_optimizing()) return;
|
| Definition* defn = instr->AsDefinition();
|
| if ((defn != NULL) && defn->is_used()) {
|
| - __ Push(defn->locs()->out().reg());
|
| + __ Push(defn->locs()->out(0).reg());
|
| }
|
| }
|
|
|
|
|