| Index: runtime/vm/os_linux.cc
|
| ===================================================================
|
| --- runtime/vm/os_linux.cc (revision 26676)
|
| +++ runtime/vm/os_linux.cc (working copy)
|
| @@ -346,7 +346,6 @@
|
| #if defined(TARGET_ARCH_IA32) || defined(TARGET_ARCH_X64)
|
| const int kMinimumAlignment = 16;
|
| #elif defined(TARGET_ARCH_ARM) || defined(TARGET_ARCH_MIPS)
|
| - // TODO(regis): Verify alignment constraints on MIPS.
|
| const int kMinimumAlignment = 8;
|
| #else
|
| #error Unsupported architecture.
|
| @@ -365,7 +364,6 @@
|
| #if defined(TARGET_ARCH_IA32) || defined(TARGET_ARCH_X64)
|
| const int kMinimumAlignment = 32;
|
| #elif defined(TARGET_ARCH_ARM) || defined(TARGET_ARCH_MIPS)
|
| - // TODO(regis): Verify alignment constraints on MIPS.
|
| const int kMinimumAlignment = 16;
|
| #else
|
| #error Unsupported architecture.
|
|
|