bindings: add UC_ERR_TIMEOUT

Backports commit b0d5837c61c4bdd91106c355c8af730929f5a78f from unicorn
This commit is contained in:
Nguyen Anh Quynh 2020-01-14 09:47:27 -05:00 committed by Lioncash
parent dd47649a3b
commit 8259d76c6c
6 changed files with 6 additions and 0 deletions

View file

@ -68,6 +68,7 @@ public interface UnicornConst {
public static final int UC_ERR_HOOK_EXIST = 19;
public static final int UC_ERR_RESOURCE = 20;
public static final int UC_ERR_EXCEPTION = 21;
public static final int UC_ERR_TIMEOUT = 22;
public static final int UC_MEM_READ = 16;
public static final int UC_MEM_WRITE = 17;
public static final int UC_MEM_FETCH = 18;