mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 14:07:42 +00:00
rename UC_ERR_INVAL to UC_ERR_ARG
This commit is contained in:
parent
d7ef204398
commit
39ac1bcb4e
5 changed files with 22 additions and 22 deletions
|
|
@ -51,7 +51,7 @@ public interface UnicornConst {
|
|||
public static final int UC_ERR_WRITE_PROT = 13;
|
||||
public static final int UC_ERR_READ_PROT = 14;
|
||||
public static final int UC_ERR_EXEC_PROT = 15;
|
||||
public static final int UC_ERR_INVAL = 16;
|
||||
public static final int UC_ERR_ARG = 16;
|
||||
public static final int UC_MEM_READ = 16;
|
||||
public static final int UC_MEM_WRITE = 17;
|
||||
public static final int UC_MEM_READ_WRITE = 18;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue