mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-05 22:45:40 +00:00
rename UC_QUERY_ARM_MODE to a more generic name UC_QUERY_MODE. make all bindings support this new constant
This commit is contained in:
parent
4dbad9aa9b
commit
6f3d48077e
6 changed files with 11 additions and 5 deletions
|
|
@ -83,6 +83,7 @@ UC_HOOK_MEM_READ_INVALID = 144
|
|||
UC_HOOK_MEM_WRITE_INVALID = 288
|
||||
UC_HOOK_MEM_FETCH_INVALID = 576
|
||||
UC_HOOK_MEM_INVALID = 1008
|
||||
UC_QUERY_MODE = 1
|
||||
|
||||
UC_PROT_NONE = 0
|
||||
UC_PROT_READ = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue