diff options
| author | Yang Liu <numbksco@gmail.com> | 2024-02-29 23:11:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-29 16:11:52 +0100 |
| commit | da1ac7beee6c1710329f6794a27a8b1296d649ce (patch) | |
| tree | 08bd507f0f04dcd5b4e0da39c30441e36cab270c /src/include/debug.h | |
| parent | 28b79626d9c77abb63b1d3212bbbd7dfa2e96687 (diff) | |
| download | box64-da1ac7beee6c1710329f6794a27a8b1296d649ce.tar.gz box64-da1ac7beee6c1710329f6794a27a8b1296d649ce.zip | |
[LA64_DYNAREC] Added basic LBT support, setup xMASK (#1302)
* [LA64] Added basic LBT support, setup xMASK * [CI] Run tests without LBT
Diffstat (limited to 'src/include/debug.h')
| -rw-r--r-- | src/include/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |