about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-01-31 18:39:38 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-02-01 16:42:16 +0100
commit1deec05f3dfaa93b034d0bb7cf00b0f9d73d4016 (patch)
tree5ce764c9f320fec9debf5da79a72a8fb70709ce6 /src/main.c
parent2ee5bcf9337897801c364c994a3852b25112296d (diff)
downloadbox64-1deec05f3dfaa93b034d0bb7cf00b0f9d73d4016.tar.gz
box64-1deec05f3dfaa93b034d0bb7cf00b0f9d73d4016.zip
[DYNAREC] Improved trace a bit
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
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();