about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-10-18 17:46:31 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-10-18 17:46:31 +0200
commitc9177ec2596044fcfce619994a94c41228285bbe (patch)
tree4a06b4535e0f690ae1e1e0ef7f6cd565d5a902a8 /src/include/debug.h
parent0481589615582cfd7ef737ac90ccb9a9a19f3d41 (diff)
downloadbox64-c9177ec2596044fcfce619994a94c41228285bbe.tar.gz
box64-c9177ec2596044fcfce619994a94c41228285bbe.zip
[ARM64_DYNAREC] Preparing handling of FLAGM and FLAGM2 extensions
Diffstat (limited to 'src/include/debug.h')
-rw-r--r--src/include/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index a426a19a..f50e8554 100644
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -37,6 +37,8 @@ extern int arm64_aes;
 extern int arm64_pmull;
 extern int arm64_crc32;
 extern int arm64_atomics;
+extern int arm64_flagm;
+extern int arm64_flagm2;
 #elif defined(RV64)
 extern int rv64_zba;
 extern int rv64_zbb;