| Index: src/x64/macro-assembler-x64.cc
|
| ===================================================================
|
| --- src/x64/macro-assembler-x64.cc (revision 4871)
|
| +++ src/x64/macro-assembler-x64.cc (working copy)
|
| @@ -2102,7 +2102,7 @@
|
| #endif
|
|
|
| // Get the required frame alignment for the OS.
|
| - static const int kFrameAlignment = OS::ActivationFrameAlignment();
|
| + const int kFrameAlignment = OS::ActivationFrameAlignment();
|
| if (kFrameAlignment > 0) {
|
| ASSERT(IsPowerOf2(kFrameAlignment));
|
| movq(kScratchRegister, Immediate(-kFrameAlignment));
|
|
|