| Index: src/arm/macro-assembler-arm.h
|
| diff --git a/src/arm/macro-assembler-arm.h b/src/arm/macro-assembler-arm.h
|
| index d83b64b80f3bdba6ecbd93068e82d927d5c1b9a1..7ae42e57988e54a01147716f07a86d2d64638e46 100644
|
| --- a/src/arm/macro-assembler-arm.h
|
| +++ b/src/arm/macro-assembler-arm.h
|
| @@ -1119,8 +1119,8 @@ class MacroAssembler: public Assembler {
|
| // - 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);
|
|
|
|
|