| Index: src/x64/code-stubs-x64.cc
|
| ===================================================================
|
| --- src/x64/code-stubs-x64.cc (revision 6446)
|
| +++ src/x64/code-stubs-x64.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2010 the V8 project authors. All rights reserved.
|
| +// Copyright 2011 the V8 project authors. All rights reserved.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -2773,8 +2773,7 @@
|
| Label* throw_termination_exception,
|
| Label* throw_out_of_memory_exception,
|
| bool do_gc,
|
| - bool always_allocate_scope,
|
| - int /* alignment_skew */) {
|
| + bool always_allocate_scope) {
|
| // rax: result parameter for PerformGC, if any.
|
| // rbx: pointer to C function (C callee-saved).
|
| // rbp: frame pointer (restored after C call).
|
|
|