about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-13 15:45:36 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-13 15:45:36 +0200
commit27d79eddec43654679594a935c21541eab3ec046 (patch)
tree17f94c44752d89e9fca3d9d09b32923ea39a4157 /src/main.c
parent0e5bc91a14beb8756f2f76d2827a67ba53159b2a (diff)
downloadbox64-27d79eddec43654679594a935c21541eab3ec046.tar.gz
box64-27d79eddec43654679594a935c21541eab3ec046.zip
Fixed and improved handling of segments and Call Far and signal (helps Wine64)
Diffstat (limited to 'src/main.c')
-rwxr-xr-xsrc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 0188fd1e..5f4e2cf8 100755
--- a/src/main.c
+++ b/src/main.c
@@ -66,7 +66,7 @@ int box64_novulkan = 0;
 char* libGL = NULL;
 uintptr_t fmod_smc_start = 0;
 uintptr_t fmod_smc_end = 0;
-uint32_t default_gs = 0;
+uint32_t default_gs = 0xa<<3;
 int jit_gdb = 0;
 int box64_tcmalloc_minimal = 0;