| Index: src/mips/lithium-codegen-mips.cc | 
| diff --git a/src/mips/lithium-codegen-mips.cc b/src/mips/lithium-codegen-mips.cc | 
| index dd05f7de3782ab65282bf130b92eb3a5b4e3d71e..c165472e79d46f16ed7f9f2a887fc9686f89cbf8 100644 | 
| --- a/src/mips/lithium-codegen-mips.cc | 
| +++ b/src/mips/lithium-codegen-mips.cc | 
| @@ -3219,7 +3219,7 @@ void LCodeGen::DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr) { | 
| __ ldc1(result, MemOperand(scratch)); | 
|  | 
| if (instr->hydrogen()->RequiresHoleCheck()) { | 
| -    __ lw(scratch, MemOperand(scratch, sizeof(kHoleNanLower32))); | 
| +    __ lw(scratch, MemOperand(scratch, kHoleNanUpper32Offset)); | 
| DeoptimizeIf(eq, instr->environment(), scratch, Operand(kHoleNanUpper32)); | 
| } | 
| } | 
|  |