mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-05 06:25:33 +00:00
bump UC_VERSION_EXTRA to 1
This commit is contained in:
parent
a709e68dce
commit
5dbc640b9a
6 changed files with 6 additions and 11 deletions
|
|
@ -9,8 +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 = 0;
|
||||
public static final int UC_VERSION_EXTRA = 1;
|
||||
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