Index: src/mips/macro-assembler-mips.h |
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h |
index 248e5b4bca5e52f05201ddbeeeb33780f56362e0..6511223aae9c95c9440b41091a2d7f75f4846e9c 100644 |
--- a/src/mips/macro-assembler-mips.h |
+++ b/src/mips/macro-assembler-mips.h |
@@ -1237,7 +1237,10 @@ class MacroAssembler: public Assembler { |
// from handle and propagates exceptions. Restores context. stack_space |
// - 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, int stack_space); |
+ void CallApiFunctionAndReturn(ExternalReference function, |
+ int stack_space, |
+ bool returns_handle, |
+ int return_value_offset_from_fp); |
// Jump to the builtin routine. |
void JumpToExternalReference(const ExternalReference& builtin, |