bindings: update after recent addition of ARM_REG_IPSR

This commit is contained in:
Nguyen Anh Quynh
2019-02-28 09:56:29 +08:00
parent 6c319941a5
commit 6d47b38b7f
6 changed files with 12 additions and 6 deletions

View File

@ -121,7 +121,8 @@ const
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;