mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 14:07:42 +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
|
|
@ -116,7 +116,8 @@ UC_ARM_REG_S31 = 110
|
|||
UC_ARM_REG_C1_C0_2 = 111
|
||||
UC_ARM_REG_C13_C0_2 = 112
|
||||
UC_ARM_REG_C13_C0_3 = 113
|
||||
UC_ARM_REG_ENDING = 114
|
||||
UC_ARM_REG_IPSR = 114
|
||||
UC_ARM_REG_ENDING = 115
|
||||
|
||||
# alias registers
|
||||
UC_ARM_REG_R13 = 12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue