Index: src/mips/macro-assembler-mips.h |
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h |
index 5e6bfbae437a31e043c3c3c3a30253b14926466b..c983b8ba5a3f58ec41b5dfaa863043c953095eea 100644 |
--- a/src/mips/macro-assembler-mips.h |
+++ b/src/mips/macro-assembler-mips.h |
@@ -1235,6 +1235,9 @@ 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(ExternalReference function, |
+ Address function_address, |
+ ExternalReference thunk_ref, |
+ Register thunk_last_arg, |
int stack_space, |
bool returns_handle, |
int return_value_offset_from_fp); |