From 4a3595133a2004043934d405d2c58a6c5e15ceea Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 7 Feb 2024 19:31:35 +0100 Subject: [ARM64_DYNAREC] Improved stability when USCAT extention is supported, qn d improved reliqbility of unaligned fallback for LOCK CMPXCHG8B/CMPXCHG16B opcodes --- src/include/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/debug.h') 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; -- cgit 1.4.1