Chromium Code Reviews| Index: src/frames-inl.h |
| diff --git a/src/frames-inl.h b/src/frames-inl.h |
| index 2b15bfffab7a984a631e4e20fe3eec0dc06a0b0d..2973bad6af4de22ae8890faf793ddb763b92812d 100644 |
| --- a/src/frames-inl.h |
| +++ b/src/frames-inl.h |
| @@ -36,6 +36,8 @@ |
| #include "ia32/frames-ia32.h" |
| #elif V8_TARGET_ARCH_X64 |
| #include "x64/frames-x64.h" |
| +#elif V8_TARGET_ARCH_A64 |
| +#include "a64/frames-a64.h" |
| #elif V8_TARGET_ARCH_ARM |
| #include "arm/frames-arm.h" |
| #elif V8_TARGET_ARCH_MIPS |