diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-10-29 22:36:31 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-10-29 22:36:31 +0200 |
| commit | c19730f5e282b060664fa052b7023d84dd759f2c (patch) | |
| tree | adf692d456a256bdb4515e87e21c5be66ad65fcf /src/main.c | |
| parent | 446e735825efe83907c1056b22d2d3e11345b76e (diff) | |
| download | box64-c19730f5e282b060664fa052b7023d84dd759f2c.tar.gz box64-c19730f5e282b060664fa052b7023d84dd759f2c.zip | |
Re-disabled the abort when quitting, seems stable now
Diffstat (limited to 'src/main.c')
| -rwxr-xr-x | src/main.c | 2 |
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(); |