about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
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) {