| Index: runtime/bin/gen_snapshot.cc
|
| ===================================================================
|
| --- runtime/bin/gen_snapshot.cc (revision 21581)
|
| +++ runtime/bin/gen_snapshot.cc (working copy)
|
| @@ -428,8 +428,10 @@
|
| static void SetupForGenericSnapshotCreation() {
|
| SetupForUriResolution();
|
|
|
| - // TODO(regis): Reenable this code for arm and mips when possible.
|
| -#if defined(TARGET_ARCH_IA32) || defined(TARGET_ARCH_X64)
|
| + // TODO(regis): Reenable this code for mips when possible.
|
| +#if defined(TARGET_ARCH_IA32) || \
|
| + defined(TARGET_ARCH_X64) || \
|
| + defined(TARGET_ARCH_ARM)
|
| Dart_Handle library = LoadGenericSnapshotCreationScript(Builtin::kIOLibrary);
|
| VerifyLoaded(library);
|
| #endif
|
|
|