mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 14:07:42 +00:00
Removed hardcoded CP0C3_ULRI (#1098)
* activate CP0C3_ULRI for CONFIG3, mips * updated with mips patches * updated with mips patches * remove hardcoded config3 * git ignore vscode * fix spacing issue and turn on floating point Backports most of commit 24f55a7973278f20f0de21b904851d99d4716263 from unicorn. Ignores internal core modifications, as this would be special-casing non-upstreamed behavior.
This commit is contained in:
parent
deeeb1d0b9
commit
038b4f3345
8 changed files with 33 additions and 6 deletions
|
|
@ -155,7 +155,9 @@ public interface MipsConst {
|
|||
public static final int UC_MIPS_REG_MPL0 = 134;
|
||||
public static final int UC_MIPS_REG_MPL1 = 135;
|
||||
public static final int UC_MIPS_REG_MPL2 = 136;
|
||||
public static final int UC_MIPS_REG_ENDING = 137;
|
||||
public static final int UC_MIPS_REG_CP0_CONFIG3 = 137;
|
||||
public static final int UC_MIPS_REG_CP0_USERLOCAL = 138;
|
||||
public static final int UC_MIPS_REG_ENDING = 139;
|
||||
public static final int UC_MIPS_REG_ZERO = 2;
|
||||
public static final int UC_MIPS_REG_AT = 3;
|
||||
public static final int UC_MIPS_REG_V0 = 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue