Index: src/frames-inl.h |
diff --git a/src/frames-inl.h b/src/frames-inl.h |
index e4dc91f95e6071b5f26424a805f3dc57ef0ca619..aacb5664a2e13e3e6e8ffcf05d3a98ccfdb407f2 100644 |
--- a/src/frames-inl.h |
+++ b/src/frames-inl.h |
@@ -36,8 +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_ARM64 |
+#include "arm64/frames-arm64.h" |
#elif V8_TARGET_ARCH_ARM |
#include "arm/frames-arm.h" |
#elif V8_TARGET_ARCH_MIPS |