aboutsummaryrefslogtreecommitdiff
path: root/include/opcode
diff options
context:
space:
mode:
Diffstat (limited to 'include/opcode')
-rw-r--r--include/opcode/arm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/arm.h b/include/opcode/arm.h
index ad1d18a..b22e841 100644
--- a/include/opcode/arm.h
+++ b/include/opcode/arm.h
@@ -401,6 +401,7 @@
#define ARM_ARCH_V9_2A ARM_ARCH_V9_1A
#define ARM_ARCH_V9_3A ARM_ARCH_V9_2A
#define ARM_ARCH_V9_4A ARM_ARCH_V9_3A
+#define ARM_ARCH_V9_5A ARM_ARCH_V9_4A
/* Some useful combinations: */
#define ARM_ARCH_NONE ARM_FEATURE_ALL (0, 0, 0, 0)