about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-01-05 19:20:39 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-01-05 19:20:39 +0100
commit53eee70c0384e24a6f31e398ac7a271ef7e27432 (patch)
tree741740e572ff1a436d1518a418e0f8357c4c9159 /src
parent7b73ba551e63a01e0db094ce23f882680da60a32 (diff)
downloadbox64-53eee70c0384e24a6f31e398ac7a271ef7e27432.tar.gz
box64-53eee70c0384e24a6f31e398ac7a271ef7e27432.zip
Fix, for good, non-dynarec build
Diffstat (limited to 'src')
-rwxr-xr-xsrc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 310018f0..becf35ba 100755
--- a/src/main.c
+++ b/src/main.c
@@ -43,6 +43,7 @@ int box64_nobanner = 0;
 int box64_dynarec_log = LOG_NONE;
 uintptr_t box64_pagesize;
 uintptr_t box64_load_addr = 0;
+int box64_nosandbox = 0;
 #ifdef DYNAREC
 int box64_dynarec = 1;
 int box64_dynarec_dump = 0;
@@ -55,7 +56,6 @@ int box64_dynarec_safeflags = 1;
 int box64_dynarec_callret = 0;
 int box64_dynarec_hotpage = 16;
 int box64_dynarec_bleeding_edge = 1;
-int box64_nosandbox = 0;
 uintptr_t box64_nodynarec_start = 0;
 uintptr_t box64_nodynarec_end = 0;
 #ifdef ARM64