Index: src/mips64/macro-assembler-mips64.h |
diff --git a/src/mips64/macro-assembler-mips64.h b/src/mips64/macro-assembler-mips64.h |
index 2da48fbd892027a522afa3ec5f5e195d274bb023..4ef3e532f7bad0b9bbd563cec2e08e3891bf3ca0 100644 |
--- a/src/mips64/macro-assembler-mips64.h |
+++ b/src/mips64/macro-assembler-mips64.h |
@@ -1617,6 +1617,7 @@ const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT |
// Activation support. |
void EnterFrame(StackFrame::Type type); |
+ void EnterFrame(StackFrame::Type type, bool load_constant_pool_pointer_reg); |
void LeaveFrame(StackFrame::Type type); |
// Patch the relocated value (lui/ori pair). |