mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 14:07:42 +00:00
Rename unhandled CPU exception
This commit is contained in:
parent
9cdca5a32b
commit
9a2a5b15d8
8 changed files with 9 additions and 9 deletions
|
|
@ -56,7 +56,7 @@ UC_ERR_WRITE_UNALIGNED = 17
|
|||
UC_ERR_FETCH_UNALIGNED = 18
|
||||
UC_ERR_HOOK_EXIST = 19
|
||||
UC_ERR_RESOURCE = 20
|
||||
UC_ERR_UNHANDLED_INTERRUPT = 21
|
||||
UC_ERR_EXCEPTION = 21
|
||||
UC_MEM_READ = 16
|
||||
UC_MEM_WRITE = 17
|
||||
UC_MEM_FETCH = 18
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue