| Index: src/full-codegen/mips64/full-codegen-mips64.cc
 | 
| diff --git a/src/full-codegen/mips64/full-codegen-mips64.cc b/src/full-codegen/mips64/full-codegen-mips64.cc
 | 
| index b58ffd0a57eaf6b8413214562f539d446c001741..7212d6f415997dbcc4b3c5ad4a7dd38717df1567 100644
 | 
| --- a/src/full-codegen/mips64/full-codegen-mips64.cc
 | 
| +++ b/src/full-codegen/mips64/full-codegen-mips64.cc
 | 
| @@ -1425,7 +1425,7 @@ void FullCodeGenerator::VisitObjectLiteral(ObjectLiteral* expr) {
 | 
|    } else {
 | 
|      FastCloneShallowObjectStub stub(isolate(), expr->properties_count());
 | 
|      __ CallStub(&stub);
 | 
| -    __ lw(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
 | 
| +    __ ld(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
 | 
|    }
 | 
|    PrepareForBailoutForId(expr->CreateLiteralId(), TOS_REG);
 | 
|  
 | 
| 
 |