From da1ac7beee6c1710329f6794a27a8b1296d649ce Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Thu, 29 Feb 2024 23:11:52 +0800 Subject: [LA64_DYNAREC] Added basic LBT support, setup xMASK (#1302) * [LA64] Added basic LBT support, setup xMASK * [CI] Run tests without LBT --- src/include/debug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/debug.h b/src/include/debug.h index 0f0526f7..2c5746a0 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -60,6 +60,8 @@ extern int rv64_xtheadmempair; extern int rv64_xtheadfmemidx; extern int rv64_xtheadmac; extern int rv64_xtheadfmv; +#elif defined(LA64) +extern int la64_lbt; #endif #endif extern int box64_libcef; -- cgit 1.4.1