Index: src/mips/macro-assembler-mips.h |
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h |
index e800aae530fe9c65c623296849c8a62daf56c733..1f815d91c05d04652265ef789ccdedbe858170eb 100644 |
--- a/src/mips/macro-assembler-mips.h |
+++ b/src/mips/macro-assembler-mips.h |
@@ -1492,7 +1492,8 @@ const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT |
} |
// Generates function and stub prologue code. |
- void Prologue(CompilationInfo* info); |
+ void StubPrologue(); |
+ void Prologue(bool code_pre_aging); |
// Activation support. |
void EnterFrame(StackFrame::Type type); |