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 1531996c1965095fdc14015022bb6512e7691d68..c22df60cd9b44cd9a577ac1ecf49bc19ce8639c9 100644 |
--- a/src/crankshaft/mips64/lithium-codegen-mips64.cc |
+++ b/src/crankshaft/mips64/lithium-codegen-mips64.cc |
@@ -3245,7 +3245,7 @@ void LCodeGen::DoContext(LContext* instr) { |
void LCodeGen::DoDeclareGlobals(LDeclareGlobals* instr) { |
DCHECK(ToRegister(instr->context()).is(cp)); |
- __ li(scratch0(), instr->hydrogen()->pairs()); |
+ __ li(scratch0(), instr->hydrogen()->declarations()); |
__ li(scratch1(), Operand(Smi::FromInt(instr->hydrogen()->flags()))); |
__ Push(scratch0(), scratch1()); |
__ li(scratch0(), instr->hydrogen()->feedback_vector()); |