Go: update some consts after the last change on uc_mem_map() API

This commit is contained in:
Nguyen Anh Quynh 2015-08-29 13:18:22 +08:00
parent fcd0d02bae
commit 0c78613612

View file

@ -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
)