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..f1b4a1f23b6dd1b74d30cb7ba33c95c28e3598f7 100644 |
--- a/src/mips64/macro-assembler-mips64.h |
+++ b/src/mips64/macro-assembler-mips64.h |
@@ -1616,7 +1616,8 @@ const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT |
void Prologue(bool code_pre_aging); |
// Activation support. |
- void EnterFrame(StackFrame::Type type); |
+ void EnterFrame(StackFrame::Type type, |
+ bool load_constant_pool_pointer_reg = false); |
void LeaveFrame(StackFrame::Type type); |
// Patch the relocated value (lui/ori pair). |