mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Remove debug
This commit is contained in:
parent
9d6e6790e1
commit
a3c8b7584d
1 changed files with 0 additions and 1 deletions
|
|
@ -167,7 +167,6 @@ uint32_t uvm32_run(uvm32_state_t *vmst, uvm32_evt_t *evt, uint32_t instr_meter)
|
||||||
}
|
}
|
||||||
// no mapping found
|
// no mapping found
|
||||||
if (!syscall_valid) {
|
if (!syscall_valid) {
|
||||||
printf("BADSYS %08x halt=%08x YIELD=%08x\n", syscall, UVM32_SYSCALL_HALT, UVM32_SYSCALL_YIELD);
|
|
||||||
setStatusErr(vmst, UVM32_ERR_BAD_SYSCALL);
|
setStatusErr(vmst, UVM32_ERR_BAD_SYSCALL);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue