| Index: runtime/vm/os_macos.cc
|
| diff --git a/runtime/vm/os_macos.cc b/runtime/vm/os_macos.cc
|
| index 9e9241c67746bde19227db25e31fb843702c3d2e..a358609af2872cc073903ccdd199edc457835456 100644
|
| --- a/runtime/vm/os_macos.cc
|
| +++ b/runtime/vm/os_macos.cc
|
| @@ -195,7 +195,7 @@ intptr_t OS::PreferredCodeAlignment() {
|
| #if defined(TARGET_ARCH_IA32) || defined(TARGET_ARCH_X64) || \
|
| defined(TARGET_ARCH_ARM64) || defined(TARGET_ARCH_DBC)
|
| const int kMinimumAlignment = 32;
|
| -#elif defined(TARGET_ARCH_ARM) || defined(TARGET_ARCH_MIPS)
|
| +#elif defined(TARGET_ARCH_ARM)
|
| const int kMinimumAlignment = 16;
|
| #else
|
| #error Unsupported architecture.
|
|
|