about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
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;