diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index 316ec2f8..1e26cce6 100644 --- a/src/main.c +++ b/src/main.c @@ -1367,6 +1367,7 @@ void endBox64() return; // then call all the fini + dynarec_log(LOG_DEBUG, "endBox64() called\n"); box64_quit = 1; endMallocHook(); x64emu_t* emu = thread_get_emu(); |