mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 22:17:46 +00:00
sparc: add SPARC32 mode (= UC_MODE_32)
This commit is contained in:
parent
ca79d11211
commit
d79925f477
11 changed files with 13 additions and 8 deletions
|
|
@ -34,6 +34,7 @@ public interface UnicornConst {
|
|||
public static final int UC_MODE_64 = 8;
|
||||
public static final int UC_MODE_PPC64 = 8;
|
||||
public static final int UC_MODE_QPX = 16;
|
||||
public static final int UC_MODE_SPARC32 = 4;
|
||||
public static final int UC_MODE_SPARC64 = 8;
|
||||
public static final int UC_MODE_V9 = 16;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue