From f07ee85078a2571f02b8c3c9f132760a53b95331 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Thu, 18 Jul 2024 14:12:40 +0800 Subject: [RV64_DYNAREC] Added vlen detection (#1694) --- src/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/debug.h') 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; -- cgit 1.4.1