| Index: src/ia32/macro-assembler-ia32.h
|
| diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h
|
| index f21a3bf462432ce51e8208d5e9abb95cdfc40325..68c443528474577c652afd78cdeba1b2f87af96c 100644
|
| --- a/src/ia32/macro-assembler-ia32.h
|
| +++ b/src/ia32/macro-assembler-ia32.h
|
| @@ -278,8 +278,8 @@
|
|
|
| // Leave the current exit frame. Expects the return value in
|
| // register eax:edx (untouched) and the pointer to the first
|
| - // argument in register esi (if pop_arguments == true).
|
| - void LeaveExitFrame(bool save_doubles, bool pop_arguments = true);
|
| + // argument in register esi.
|
| + void LeaveExitFrame(bool save_doubles);
|
|
|
| // Leave the current exit frame. Expects the return value in
|
| // register eax (untouched).
|
|
|