diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index cdc91fe0..9ed59359 100644 --- a/src/main.c +++ b/src/main.c @@ -1383,6 +1383,8 @@ void endBox64() box64_quit = 1; endMallocHook(); x64emu_t* emu = thread_get_emu(); + void startTimedExit(); + startTimedExit(); // atexit first printf_log(LOG_DEBUG, "Calling atexit registered functions (exiting box64)\n"); CallAllCleanup(emu); |