mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 22:17:46 +00:00
handle some errors properly so avoid exit() during initialization. this fixes issue #237
This commit is contained in:
parent
116d96692d
commit
2f297bdd3a
38 changed files with 203 additions and 125 deletions
|
|
@ -55,6 +55,7 @@ public interface UnicornConst {
|
|||
public static final int UC_ERR_WRITE_UNALIGNED = 17;
|
||||
public static final int UC_ERR_FETCH_UNALIGNED = 18;
|
||||
public static final int UC_ERR_HOOK_EXIST = 19;
|
||||
public static final int UC_ERR_RESOURCE = 20;
|
||||
public static final int UC_MEM_READ = 16;
|
||||
public static final int UC_MEM_WRITE = 17;
|
||||
public static final int UC_MEM_FETCH = 18;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue