about summary refs log tree commit diff stats
path: root/src/include/debug.h
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2024-07-18 14:12:40 +0800
committerGitHub <noreply@github.com>2024-07-18 08:12:40 +0200
commitf07ee85078a2571f02b8c3c9f132760a53b95331 (patch)
treee620b05a624fec71c62c3c8c01e6981220d8221e /src/include/debug.h
parent51b118d516f6d18fcad3cbf4f060055b619ab85a (diff)
downloadbox64-f07ee85078a2571f02b8c3c9f132760a53b95331.tar.gz
box64-f07ee85078a2571f02b8c3c9f132760a53b95331.zip
[RV64_DYNAREC] Added vlen detection (#1694)
Diffstat (limited to 'src/include/debug.h')
-rw-r--r--src/include/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h
index 523dfc14..1e31b437 100644
--- a/src/include/debug.h
+++ b/src/include/debug.h
@@ -55,6 +55,7 @@ extern int rv64_zbb;
 extern int rv64_zbc;
 extern int rv64_zbs;
 extern int rv64_vector;
+extern int rv64_vlen;
 extern int rv64_xtheadba;
 extern int rv64_xtheadbb;
 extern int rv64_xtheadbs;