diff --git a/host/host.c b/host/host.c index 1ca7d6e..24cbfb5 100644 --- a/host/host.c +++ b/host/host.c @@ -193,6 +193,7 @@ int main(int argc, char *argv[]) { } else { isrunning = false; memdump("host-ram.dump", vmst.memory, UVM32_MEMORY_SIZE); + printf("memory dumped to host-ram.dump, pc=0x%08x\n", vmst.core.pc); } break; case UVM32_EVT_SYSCALL: