diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-10-18 17:46:31 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-10-18 17:46:31 +0200 |
| commit | c9177ec2596044fcfce619994a94c41228285bbe (patch) | |
| tree | 4a06b4535e0f690ae1e1e0ef7f6cd565d5a902a8 /src/include/debug.h | |
| parent | 0481589615582cfd7ef737ac90ccb9a9a19f3d41 (diff) | |
| download | box64-c9177ec2596044fcfce619994a94c41228285bbe.tar.gz box64-c9177ec2596044fcfce619994a94c41228285bbe.zip | |
[ARM64_DYNAREC] Preparing handling of FLAGM and FLAGM2 extensions
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 a426a19a..f50e8554 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -37,6 +37,8 @@ extern int arm64_aes; extern int arm64_pmull; extern int arm64_crc32; extern int arm64_atomics; +extern int arm64_flagm; +extern int arm64_flagm2; #elif defined(RV64) extern int rv64_zba; extern int rv64_zbb; |