about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-06-17 11:32:56 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-06-17 11:32:56 +0200
commitbf9e5b8e6e3b42768a787f1a3d3c1f423d1fb38f (patch)
tree77430b88dda5a324dcf00055c0ffe90cbef6bdb8 /src/main.c
parent7e282c9027a3c7e563b4492a0004174b42de0819 (diff)
downloadbox64-bf9e5b8e6e3b42768a787f1a3d3c1f423d1fb38f.tar.gz
box64-bf9e5b8e6e3b42768a787f1a3d3c1f423d1fb38f.zip
Added support for creating 32bits selector (no 32bits execution yet)
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 b3983abd..9fb48f7d 100755
--- a/src/main.c
+++ b/src/main.c
@@ -121,7 +121,7 @@ int box64_isglibc234 = 0;
 char* box64_libGL = NULL;
 uintptr_t fmod_smc_start = 0;
 uintptr_t fmod_smc_end = 0;
-uint32_t default_gs = 0xa<<3;
+uint32_t default_gs = 0x53;
 int jit_gdb = 0;
 int box64_tcmalloc_minimal = 0;