From a3c8b7584d2492de9344e785cc0bf1d8e96ea89b Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Mon, 8 Dec 2025 12:54:30 +0000 Subject: [PATCH] Remove debug --- uvm32/uvm32.c | 1 - 1 file changed, 1 deletion(-) diff --git a/uvm32/uvm32.c b/uvm32/uvm32.c index ca5df33..5831bd8 100644 --- a/uvm32/uvm32.c +++ b/uvm32/uvm32.c @@ -167,7 +167,6 @@ uint32_t uvm32_run(uvm32_state_t *vmst, uvm32_evt_t *evt, uint32_t instr_meter) } // no mapping found if (!syscall_valid) { -printf("BADSYS %08x halt=%08x YIELD=%08x\n", syscall, UVM32_SYSCALL_HALT, UVM32_SYSCALL_YIELD); setStatusErr(vmst, UVM32_ERR_BAD_SYSCALL); } break;