| Index: src/crankshaft/mips64/lithium-codegen-mips64.cc | 
| diff --git a/src/crankshaft/mips64/lithium-codegen-mips64.cc b/src/crankshaft/mips64/lithium-codegen-mips64.cc | 
| index a30aff257a7a42e997b5465f82a0b0c730d2e475..b77e14a40d5bc83ffed4829573d2ee5d6ada78b4 100644 | 
| --- a/src/crankshaft/mips64/lithium-codegen-mips64.cc | 
| +++ b/src/crankshaft/mips64/lithium-codegen-mips64.cc | 
| @@ -3313,6 +3313,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); | 
| } | 
|  | 
|  |