diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-02-07 19:31:35 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-02-07 19:31:35 +0100 |
| commit | 4a3595133a2004043934d405d2c58a6c5e15ceea (patch) | |
| tree | 4ef864eec4c509ea7e7dd1c133610bd68ab0fcd8 /src/include/debug.h | |
| parent | 4c9a6a5d9878ec7bf4095be00b46507d9c23c023 (diff) | |
| download | box64-4a3595133a2004043934d405d2c58a6c5e15ceea.tar.gz box64-4a3595133a2004043934d405d2c58a6c5e15ceea.zip | |
[ARM64_DYNAREC] Improved stability when USCAT extention is supported, qn d improved reliqbility of unaligned fallback for LOCK CMPXCHG8B/CMPXCHG16B opcodes
Diffstat (limited to 'src/include/debug.h')
| -rw-r--r-- | src/include/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h index c3a08258..468fe5c4 100644 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -41,6 +41,7 @@ extern int arm64_crc32; extern int arm64_atomics; extern int arm64_sha1; extern int arm64_sha2; +extern int arm64_uscat; extern int arm64_flagm; extern int arm64_flagm2; extern int arm64_frintts; |