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-27 19:53:49 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-10-27 19:53:49 +0200
commit1678d2b97a5a89313e3dbc8ce3d772bf25e96859 (patch)
tree3c2bd8821c086a6d688a2819e9c0462a30701a0d /src/main.c
parent3564f41c48304c61138c943dc22265dc1331003f (diff)
downloadbox64-1678d2b97a5a89313e3dbc8ce3d772bf25e96859.tar.gz
box64-1678d2b97a5a89313e3dbc8ce3d772bf25e96859.zip
Re-enabled the abort if exit is too long, seems to be still needed
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 858c6ec9..ac7629f9 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 0
+    #if 1
     // waiting for all thread except this one to finish
     int this_thread = GetTID();
     int pid = getpid();