mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 22:17:46 +00:00
bindings: update after UC_VERSION_EXTRA change
This commit is contained in:
parent
f6908f03a9
commit
09d14704a5
5 changed files with 5 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ public interface UnicornConst {
|
|||
public static final int UC_VERSION_MAJOR = 1;
|
||||
|
||||
public static final int UC_VERSION_MINOR = 0;
|
||||
public static final int UC_VERSION_EXTRA = 1;
|
||||
public static final int UC_VERSION_EXTRA = 2;
|
||||
public static final int UC_SECOND_SCALE = 1000000;
|
||||
public static final int UC_MILISECOND_SCALE = 1000;
|
||||
public static final int UC_ARCH_ARM = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue