| Index: src/mips/macro-assembler-mips.h
|
| diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h
|
| index 62d3aa81d497ad4362b83458ddb6a2fdfd8bf10a..a0499bf871012c0bfec0db4674cdd8ed1dd9daa8 100644
|
| --- a/src/mips/macro-assembler-mips.h
|
| +++ b/src/mips/macro-assembler-mips.h
|
| @@ -1563,6 +1563,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).
|
|
|