summaryrefslogtreecommitdiff
path: root/Source/bmalloc/bmalloc/BPlatform.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/bmalloc/bmalloc/BPlatform.h')
-rw-r--r--Source/bmalloc/bmalloc/BPlatform.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/bmalloc/bmalloc/BPlatform.h b/Source/bmalloc/bmalloc/BPlatform.h
index 8d768db63..400143a63 100644
--- a/Source/bmalloc/bmalloc/BPlatform.h
+++ b/Source/bmalloc/bmalloc/BPlatform.h
@@ -120,7 +120,8 @@
|| defined(__ARM_ARCH_7S__)
#define BARM_ARCH_VERSION 7
-#elif defined(__ARM_ARCH_8__)
+#elif defined(__ARM_ARCH_8__) \
+|| defined(__ARM_ARCH_8A__)
#define BARM_ARCH_VERSION 8
/* MSVC sets _M_ARM */