| Index: src/ia32/codegen-ia32.cc
|
| ===================================================================
|
| --- src/ia32/codegen-ia32.cc (revision 4424)
|
| +++ src/ia32/codegen-ia32.cc (working copy)
|
| @@ -11729,7 +11729,8 @@
|
| Label* throw_termination_exception,
|
| Label* throw_out_of_memory_exception,
|
| bool do_gc,
|
| - bool always_allocate_scope) {
|
| + bool always_allocate_scope,
|
| + int /* alignment_skew */) {
|
| // eax: result parameter for PerformGC, if any
|
| // ebx: pointer to C function (C callee-saved)
|
| // ebp: frame pointer (restored after C call)
|
|
|