about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-09-19 18:59:01 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-09-19 18:59:01 +0200
commit745fd1b702ebe4d2913118372d67ad8bac489516 (patch)
tree58d60e71887e4e86a38f3eeca64302e50e31340b
parent6df1b65249e2a85d58d835e519d99e0237706c3d (diff)
downloadbox64-745fd1b702ebe4d2913118372d67ad8bac489516.tar.gz
box64-745fd1b702ebe4d2913118372d67ad8bac489516.zip
A bit more log on Interpretor mode
-rwxr-xr-xsrc/emu/x64run.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/x64run.c b/src/emu/x64run.c
index 34384d68..00a38054 100755
--- a/src/emu/x64run.c
+++ b/src/emu/x64run.c
@@ -1526,6 +1526,7 @@ x64emurun:
 
 
 fini:
+    printf_log(LOG_DEBUG, "End of X86 run (%p), RIP=%p, Stack=%p, unimp=%d, emu->fork=%d, emu->uc_link=%p, emu->quit=%d\n", emu, (void*)R_RIP, (void*)R_RSP, unimp, emu->fork, emu->uc_link, emu->quit);
     if(unimp) {
         R_RIP = emu->old_ip;
         emu->quit = 1;