Chromium Code Reviews| Index: runtime/vm/stack_frame.h |
| =================================================================== |
| --- runtime/vm/stack_frame.h (revision 34648) |
| +++ runtime/vm/stack_frame.h (working copy) |
| @@ -15,6 +15,8 @@ |
| #include "vm/stack_frame_x64.h" |
| #elif defined(TARGET_ARCH_ARM) |
| #include "vm/stack_frame_arm.h" |
| +#elif defined(TARGET_ARCH_ARM64) |
| +#include "vm/stack_frame_arm64.h" |
| #elif defined(TARGET_ARCH_MIPS) |
| #include "vm/stack_frame_mips.h" |
| #else |