| Index: src/x64/codegen-x64.cc
|
| ===================================================================
|
| --- src/x64/codegen-x64.cc (revision 4424)
|
| +++ src/x64/codegen-x64.cc (working copy)
|
| @@ -8234,7 +8234,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 */) {
|
| // rax: result parameter for PerformGC, if any.
|
| // rbx: pointer to C function (C callee-saved).
|
| // rbp: frame pointer (restored after C call).
|
|
|