| Index: src/mips/full-codegen-mips.cc
|
| diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc
|
| index bf6f1c82e4a8a1b9d530241b3d115acebbff6147..557cd97d8757c030a713d24523dc1c5d59a94711 100644
|
| --- a/src/mips/full-codegen-mips.cc
|
| +++ b/src/mips/full-codegen-mips.cc
|
| @@ -174,7 +174,7 @@ void FullCodeGenerator::Generate() {
|
| // The following three instructions must remain together and unmodified for
|
| // code aging to work properly.
|
| __ Push(ra, fp, cp, a1);
|
| - __ nop(Assembler::CODE_AGE_SEQUENCE_NOP);
|
| + __ nop(Assembler::CODE_AGE_PRE_AGED_SEQUENCE_NOP);
|
| // Adjust fp to point to caller's fp.
|
| __ Addu(fp, sp, Operand(2 * kPointerSize));
|
| info->AddNoFrameRange(0, masm_->pc_offset());
|
|
|