diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-09-19 18:59:01 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-09-19 18:59:01 +0200 |
| commit | 745fd1b702ebe4d2913118372d67ad8bac489516 (patch) | |
| tree | 58d60e71887e4e86a38f3eeca64302e50e31340b | |
| parent | 6df1b65249e2a85d58d835e519d99e0237706c3d (diff) | |
| download | box64-745fd1b702ebe4d2913118372d67ad8bac489516.tar.gz box64-745fd1b702ebe4d2913118372d67ad8bac489516.zip | |
A bit more log on Interpretor mode
| -rwxr-xr-x | src/emu/x64run.c | 1 |
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; |