mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 22:17:46 +00:00
bindings: update after recent addition of ARM_REG_IPSR
Backports 6d47b38b7f8b6de0ee96a93a91180fafe2f01525 from unicorn
This commit is contained in:
parent
5ad3a0ea82
commit
7bb8554242
5 changed files with 10 additions and 5 deletions
|
|
@ -120,7 +120,8 @@ public interface ArmConst {
|
|||
public static final int UC_ARM_REG_C1_C0_2 = 111;
|
||||
public static final int UC_ARM_REG_C13_C0_2 = 112;
|
||||
public static final int UC_ARM_REG_C13_C0_3 = 113;
|
||||
public static final int UC_ARM_REG_ENDING = 114;
|
||||
public static final int UC_ARM_REG_IPSR = 114;
|
||||
public static final int UC_ARM_REG_ENDING = 115;
|
||||
|
||||
// alias registers
|
||||
public static final int UC_ARM_REG_R13 = 12;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue