Index: src/mips/macro-assembler-mips.h |
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h |
index 0bc1e15aa829ab81a578751a0ea2028a08113c7d..1fb2aa2f5c76ba2f1ec992967073b17b79b746de 100644 |
--- a/src/mips/macro-assembler-mips.h |
+++ b/src/mips/macro-assembler-mips.h |
@@ -871,10 +871,9 @@ class MacroAssembler: public Assembler { |
int stack_space = 0); |
// Leave the current exit frame. |
- void LeaveExitFrame(bool save_doubles, |
- Register arg_count, |
- bool restore_context, |
- bool do_return = NO_EMIT_RETURN); |
+ void LeaveExitFrame(bool save_doubles, Register arg_count, |
+ bool restore_context, bool do_return = NO_EMIT_RETURN, |
+ bool argument_count_is_length = false); |
// Get the actual activation frame alignment for target environment. |
static int ActivationFrameAlignment(); |
@@ -1291,8 +1290,8 @@ const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT |
// - space to be unwound on exit (includes the call JS arguments space and |
// the additional space allocated for the fast call). |
void CallApiFunctionAndReturn(Register function_address, |
- ExternalReference thunk_ref, |
- int stack_space, |
+ ExternalReference thunk_ref, int stack_space, |
+ MemOperand* stack_space_operand, |
MemOperand return_value_operand, |
MemOperand* context_restore_operand); |