Index: src/crankshaft/mips/lithium-codegen-mips.cc |
diff --git a/src/crankshaft/mips/lithium-codegen-mips.cc b/src/crankshaft/mips/lithium-codegen-mips.cc |
index c8e0cd0cc2bcbc30e12fbea72e63f26dac998abf..128b7120931d320f4aca6f1a6ee5ca8ed9809b6a 100644 |
--- a/src/crankshaft/mips/lithium-codegen-mips.cc |
+++ b/src/crankshaft/mips/lithium-codegen-mips.cc |
@@ -3129,6 +3129,8 @@ void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { |
__ li(scratch0(), instr->hydrogen()->pairs()); |
__ li(scratch1(), Operand(Smi::FromInt(instr->hydrogen()->flags()))); |
__ Push(scratch0(), scratch1()); |
+ __ li(scratch0(), instr->hydrogen()->feedback_vector()); |
+ __ Push(scratch0()); |
CallRuntime(Runtime::kDeclareGlobals, instr); |
} |