| 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 abbf2085c666e80c7adb882150df3d1ba34e957c..1e2a1ced48b70d2e317cef6e6926b1cbe0da62ee 100644
|
| --- a/src/crankshaft/mips/lithium-codegen-mips.cc
|
| +++ b/src/crankshaft/mips/lithium-codegen-mips.cc
|
| @@ -3058,7 +3058,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());
|
|
|