Chromium Code Reviews| Index: runtime/vm/assembler_x64.cc |
| =================================================================== |
| --- runtime/vm/assembler_x64.cc (revision 27015) |
| +++ runtime/vm/assembler_x64.cc (working copy) |
| @@ -2302,7 +2302,7 @@ |
| // Reserve space for arguments and align frame before entering |
| // the C++ world. |
| AddImmediate(RSP, Immediate(-frame_space)); |
| - if (OS::ActivationFrameAlignment() > 0) { |
| + if (OS::ActivationFrameAlignment() > 1) { |
| andq(RSP, Immediate(~(OS::ActivationFrameAlignment() - 1))); |
| } |
| } |