From 59e6ebfedffe4c52fec306e4d1dafe1cdada3b4a Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Thu, 11 Dec 2025 01:10:12 +0000 Subject: [PATCH] Show pc on error --- host/host.c | 1 + 1 file changed, 1 insertion(+) 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: