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