Index: src/full-codegen/mips/full-codegen-mips.cc |
diff --git a/src/full-codegen/mips/full-codegen-mips.cc b/src/full-codegen/mips/full-codegen-mips.cc |
index 5cd002e699ec565f278a6b1a0132bddabdb47167..da73bc0bbbb0d60d28d70a62cc3532f645a94b04 100644 |
--- a/src/full-codegen/mips/full-codegen-mips.cc |
+++ b/src/full-codegen/mips/full-codegen-mips.cc |
@@ -1424,7 +1424,6 @@ |
} else { |
FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); |
__ CallStub(&stub); |
- __ lw(cp, MemOperand(fp, StandardFrameConstants::kContextOffset)); |
} |
PrepareForBailoutForId(expr->CreateLiteralId(), TOS_REG); |