mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Fix overly long event name
This commit is contained in:
parent
86f93be100
commit
c691c3ebdf
9 changed files with 10 additions and 10 deletions
|
|
@ -181,7 +181,7 @@ int main(int argc, char *argv[]) {
|
|||
printf("UVM32_EVT_ERR '%s' (%d)\n", evt.data.err.errstr, (int)evt.data.err.errcode);
|
||||
isrunning = false;
|
||||
break;
|
||||
case UVM32_EVT_UVM32_SYSCALL:
|
||||
case UVM32_EVT_SYSCALL:
|
||||
switch((f_code_t)evt.data.syscall.code) {
|
||||
case F_PRINT:
|
||||
printf("%.*s", evt.data.syscall.val.buf.len, evt.data.syscall.val.buf.ptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue