about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-01-27 21:16:27 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-01-27 21:16:27 +0100
commitc40e31f3741f5e04b0bcb51985ab7ce5c494fff2 (patch)
tree3dd459363c672b79f26083e19dfb11c88b18d6db /src
parentf9c09293bf5f8da518c995bef7d768f1f1f65e47 (diff)
downloadbox64-c40e31f3741f5e04b0bcb51985ab7ce5c494fff2.tar.gz
box64-c40e31f3741f5e04b0bcb51985ab7ce5c494fff2.zip
Fixed SnapDragon builds
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f6b52ad4..62840630 100644
--- a/src/main.c
+++ b/src/main.c
@@ -55,8 +55,8 @@ int box64_maxcpu = 0;
 int box64_mmap32 = 1;
 #else
 int box64_mmap32 = 0;
-int box64_ignoreint3 = 0;
 #endif
+int box64_ignoreint3 = 0;
 #ifdef DYNAREC
 int box64_dynarec = 1;
 int box64_dynarec_dump = 0;