Index: src/mips/builtins-mips.cc |
diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc |
index 1a5b3024c6067f94d9c48bedff451664a3fa4776..6228103246dbbb43cdfc8c26c147f1b209f1f740 100644 |
--- a/src/mips/builtins-mips.cc |
+++ b/src/mips/builtins-mips.cc |
@@ -883,7 +883,7 @@ static void GenerateMakeCodeYoungAgainCommon(MacroAssembler* masm) { |
__ mov(a0, ra); |
// Adjust a0 to point to the head of the PlatformCodeAge sequence |
__ Subu(a0, a0, |
- Operand((kNoCodeAgeSequenceLength - 1) * Assembler::kInstrSize)); |
+ Operand((kCodeAgeSequenceLength - 1) * Assembler::kInstrSize)); |
// Restore the original return address of the function |
__ mov(ra, at); |