about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-10-29 22:36:31 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-10-29 22:36:31 +0200
commitc19730f5e282b060664fa052b7023d84dd759f2c (patch)
treeadf692d456a256bdb4515e87e21c5be66ad65fcf /src/main.c
parent446e735825efe83907c1056b22d2d3e11345b76e (diff)
downloadbox64-c19730f5e282b060664fa052b7023d84dd759f2c.tar.gz
box64-c19730f5e282b060664fa052b7023d84dd759f2c.zip
Re-disabled the abort when quitting, seems stable now
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 329c4b24..5f081257 100755
--- a/src/main.c
+++ b/src/main.c
@@ -988,7 +988,7 @@ void endBox64()
     #endif
     FreeLibrarian(&my_context->local_maplib, emu);    // unload all libs
     FreeLibrarian(&my_context->maplib, emu);    // unload all libs
-    #if 1
+    #if 0
     // waiting for all thread except this one to finish
     int this_thread = GetTID();
     int pid = getpid();