Index: runtime/vm/cpu.h |
=================================================================== |
--- runtime/vm/cpu.h (revision 34452) |
+++ runtime/vm/cpu.h (working copy) |
@@ -29,6 +29,8 @@ |
#include "vm/cpu_x64.h" |
#elif defined(TARGET_ARCH_ARM) |
#include "vm/cpu_arm.h" |
+#elif defined(TARGET_ARCH_ARM64) |
+#include "vm/cpu_arm64.h" |
#elif defined(TARGET_ARCH_MIPS) |
#include "vm/cpu_mips.h" |
#else |