Chromium Code Reviews| Index: runtime/vm/instructions.h | 
| =================================================================== | 
| --- runtime/vm/instructions.h (revision 34648) | 
| +++ runtime/vm/instructions.h (working copy) | 
| @@ -13,6 +13,8 @@ | 
| #include "vm/instructions_x64.h" | 
| #elif defined(TARGET_ARCH_ARM) | 
| #include "vm/instructions_arm.h" | 
| +#elif defined(TARGET_ARCH_ARM64) | 
| +#include "vm/instructions_arm64.h" | 
| #elif defined(TARGET_ARCH_MIPS) | 
| #include "vm/instructions_mips.h" | 
| #else |