From 59b51cccfc19ced50c19c7e6bf578cb3dd9fd3f5 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 22 Oct 2023 11:35:24 +0200 Subject: [ARM64] More unaligned improvments --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 346556aa..bc4a12e4 100644 --- a/src/main.c +++ b/src/main.c @@ -507,8 +507,8 @@ void LoadLogEnv() #ifdef DYNAREC #ifdef ARM64 // unaligned atomic (with restriction) is supported in hardware - if(arm64_uscat) - box64_dynarec_aligned_atomics = 1; + /*if(arm64_uscat) + box64_dynarec_aligned_atomics = 1;*/ // the unaligned support is not good enough for x86 emulation, so diabling #endif p = getenv("BOX64_DYNAREC_DUMP"); if(p) { -- cgit 1.4.1