mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 14:07:42 +00:00
add arm64 CPACR_EL1 register support (#814)
This commit is contained in:
parent
9eebd6daa3
commit
187b470245
7 changed files with 18 additions and 5 deletions
|
|
@ -269,7 +269,8 @@ public interface Arm64Const {
|
|||
|
||||
// pseudo registers
|
||||
public static final int UC_ARM64_REG_PC = 260;
|
||||
public static final int UC_ARM64_REG_ENDING = 261;
|
||||
public static final int UC_ARM64_REG_CPACR_EL1 = 261;
|
||||
public static final int UC_ARM64_REG_ENDING = 262;
|
||||
|
||||
// alias registers
|
||||
public static final int UC_ARM64_REG_IP1 = 215;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue