Index: src/mips/builtins-mips.cc |
diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc |
index 400292e694b2e8146f0083bb0414fdc45b6d62bf..39074a53c1210a73ffbcbf5662f2f644ee3f03cb 100644 |
--- a/src/mips/builtins-mips.cc |
+++ b/src/mips/builtins-mips.cc |
@@ -826,7 +826,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); |