about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index c7c7bf2d..3804a577 100644
--- a/src/core.c
+++ b/src/core.c
@@ -192,7 +192,7 @@ char* box64_custom_gstreamer = NULL;
 uintptr_t fmod_smc_start = 0;
 uintptr_t fmod_smc_end = 0;
 uint32_t default_gs = 0x53;
-uint32_t default_fs = 0x53;
+uint32_t default_fs = 0;
 int jit_gdb = 0;
 int box64_tcmalloc_minimal = 0;