about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorYang Liu <numbksco@gmail.com>2024-04-27 01:34:14 +0800
committerGitHub <noreply@github.com>2024-04-26 19:34:14 +0200
commit1c7e620a86178b2597408586e4f0e4b3b3f246a8 (patch)
tree2076cedcfd96219d5fdbe7ac892d0c3f3a67a781 /src/include/debug.h
parentc40096e128b9d03f56baae98f0ad6d3e85258c26 (diff)
downloadbox64-1c7e620a86178b2597408586e4f0e4b3b3f246a8.tar.gz
box64-1c7e620a86178b2597408586e4f0e4b3b3f246a8.zip
[LA64_DYNAREC] Added more useful extensions detection (#1469)
Diffstat (limited to 'src/include/debug.h')
-rw-r--r--src/include/debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index 422a8f6e..f7719991 100644
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -63,6 +63,9 @@ extern int rv64_xtheadmac;
 extern int rv64_xtheadfmv;
 #elif defined(LA64)
 extern int la64_lbt;
+extern int la64_lam_bh;
+extern int la64_lamcas;
+extern int la64_scq;
 #endif
 #endif
 extern int box64_libcef;