aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/opcode/aarch64.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/opcode/aarch64.h b/include/opcode/aarch64.h
index cc172af..7b7b15a 100644
--- a/include/opcode/aarch64.h
+++ b/include/opcode/aarch64.h
@@ -201,6 +201,9 @@ enum aarch64_feature_bit {
AARCH64_FEATURE_PREDRES2,
/* Instrumentation Extension. */
AARCH64_FEATURE_ITE,
+ /* 128-bit page table descriptor, system registers
+ and isntructions. */
+ AARCH64_FEATURE_D128,
AARCH64_NUM_FEATURES
};