diff options
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; |