bindings: update after recent addition of ARM_REG_IPSR

Backports 6d47b38b7f8b6de0ee96a93a91180fafe2f01525 from unicorn
This commit is contained in:
Nguyen Anh Quynh 2019-02-28 16:44:37 -05:00 committed by Lioncash
parent 5ad3a0ea82
commit 7bb8554242
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7
5 changed files with 10 additions and 5 deletions

View file

@ -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