From 1c7e620a86178b2597408586e4f0e4b3b3f246a8 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Sat, 27 Apr 2024 01:34:14 +0800 Subject: [LA64_DYNAREC] Added more useful extensions detection (#1469) --- src/include/debug.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/debug.h') 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; -- cgit 1.4.1