Fix overly long event name

This commit is contained in:
Toby Jaffey 2025-12-08 13:04:05 +00:00
parent 86f93be100
commit c691c3ebdf
9 changed files with 10 additions and 10 deletions

View file

@ -23,7 +23,7 @@ typedef enum {
typedef enum {
UVM32_EVT_ERR,
UVM32_EVT_UVM32_SYSCALL,
UVM32_EVT_SYSCALL,
UVM32_EVT_YIELD,
UVM32_EVT_END,
} uvm32_evt_typ_t;