MIPS64: Fix 'Migrate FastCloneShallowObjectStub to TurboFan'

Port 5325379982

BUG=

Review URL: https://codereview.chromium.org/1900743002

Cr-Commit-Position: refs/heads/master@{#35592}
This commit is contained in:
akos.palfi 2016-04-18 10:50:28 -07:00 committed by Commit bot
parent 6903ecbf24
commit 57e2eec996

View File

@ -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);