| Index: src/mips/lithium-codegen-mips.cc
|
| diff --git a/src/mips/lithium-codegen-mips.cc b/src/mips/lithium-codegen-mips.cc
|
| index 05fa79247e5fa6722fbe49f294c7a4ec10ca40ca..ee29a0ae6dba24345ec093d25fe239a6505e0737 100644
|
| --- a/src/mips/lithium-codegen-mips.cc
|
| +++ b/src/mips/lithium-codegen-mips.cc
|
| @@ -2566,8 +2566,8 @@ void LCodeGen::DoReturn(LReturn* instr) {
|
| int no_frame_start = -1;
|
| if (NeedsEagerFrame()) {
|
| __ mov(sp, fp);
|
| - __ Pop(ra, fp);
|
| no_frame_start = masm_->pc_offset();
|
| + __ Pop(ra, fp);
|
| }
|
| if (instr->has_constant_parameter_count()) {
|
| int parameter_count = ToInteger32(instr->constant_parameter_count());
|
|
|