Chromium Code Reviews| Index: src/x64/macro-assembler-x64.h |
| diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h |
| index f640beb3ee77b2afe3606e9be7c0d420d0408814..5ce1c3b0f117251c8fd5ceccaeb2b4fbae5333c7 100644 |
| --- a/src/x64/macro-assembler-x64.h |
| +++ b/src/x64/macro-assembler-x64.h |
| @@ -1226,7 +1226,10 @@ class MacroAssembler: public Assembler { |
| // from handle and propagates exceptions. Clobbers r14, r15, rbx 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, |
|
tfarina
2013/05/03 16:33:46
super tiny nit: doesn't fit in 80 column above? wi
|
| + int stack_space, |
| + int return_value_offset); |
| // Before calling a C-function from generated code, align arguments on stack. |
| // After aligning the frame, arguments must be stored in esp[0], esp[4], |