mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 18:48:27 +00:00
Go: update some consts after the last change on uc_mem_map() API
This commit is contained in:
parent
fcd0d02bae
commit
0c78613612
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ const (
|
|||
UC_HOOK_MEM_READ = 37
|
||||
UC_HOOK_MEM_WRITE = 38
|
||||
UC_HOOK_MEM_READ_WRITE = 39
|
||||
|
||||
UC_PROT_NONE = 0
|
||||
UC_PROT_READ = 1
|
||||
UC_PROT_WRITE = 2
|
||||
UC_PROT_ALL = 3
|
||||
)
|
Loading…
Reference in a new issue