| Index: src/ia32/macro-assembler-ia32.h
|
| diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h
|
| index 2b7641c9cb47a74e8e7aac3b77c5c0fd78e70327..aea683b480efda01630dc2670613e82cb6b1ee51 100644
|
| --- a/src/ia32/macro-assembler-ia32.h
|
| +++ b/src/ia32/macro-assembler-ia32.h
|
| @@ -771,7 +771,9 @@ class MacroAssembler: public Assembler {
|
| // from handle and propagates exceptions. Clobbers ebx, edi and
|
| // caller-save registers. Restores context. On return removes
|
| // stack_space * kPointerSize (GCed).
|
| - void CallApiFunctionAndReturn(Address function_address, int stack_space);
|
| + void CallApiFunctionAndReturn(Address function_address,
|
| + int stack_space,
|
| + int return_value_offset);
|
|
|
| // Jump to a runtime routine.
|
| void JumpToExternalReference(const ExternalReference& ext);
|
|
|