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
|
|
@ -265,7 +265,8 @@ UC_ARM64_REG_V31 = 259
|
|||
|
||||
# pseudo registers
|
||||
UC_ARM64_REG_PC = 260
|
||||
UC_ARM64_REG_ENDING = 261
|
||||
UC_ARM64_REG_CPACR_EL1 = 261
|
||||
UC_ARM64_REG_ENDING = 262
|
||||
|
||||
# alias registers
|
||||
UC_ARM64_REG_IP1 = 215
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue