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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue