Index: src/mips/lithium-codegen-mips.cc |
diff --git a/src/mips/lithium-codegen-mips.cc b/src/mips/lithium-codegen-mips.cc |
index aeafb7874aa165cc31b0e1fc9b8f029b7b05c2fc..5e419b1abd4a6324604ed3f1a8da31c3cb49a7e6 100644 |
--- a/src/mips/lithium-codegen-mips.cc |
+++ b/src/mips/lithium-codegen-mips.cc |
@@ -2460,9 +2460,6 @@ void LCodeGen::DoReturn(LReturn* instr) { |
__ Pop(ra, fp); |
__ Addu(sp, sp, Operand(sp_delta)); |
} |
- if (info()->IsStub()) { |
- __ lw(cp, MemOperand(fp, StandardFrameConstants::kContextOffset)); |
- } |
__ Jump(ra); |
} |