diff options
Diffstat (limited to 'src/include')
| -rwxr-xr-x | src/include/debug.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h index 37146e02..6f448fc7 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -33,6 +33,11 @@ extern int arm64_aes; extern int arm64_pmull; extern int arm64_crc32; extern int arm64_atomics; +#elif defined(RV64) +extern int rv64_zba; +extern int rv64_zbb; +extern int rv64_zbc; +extern int rv64_zbs; #endif #endif extern int box64_libcef; |