bindings: update for latest ARM registers addition

This commit is contained in:
Nguyen Anh Quynh
2019-03-07 08:38:41 +08:00
parent 3185128031
commit 07cafff76a
6 changed files with 24 additions and 6 deletions

View File

@ -122,7 +122,10 @@ const
UC_ARM_REG_C13_C0_2 = 112;
UC_ARM_REG_C13_C0_3 = 113;
UC_ARM_REG_IPSR = 114;
UC_ARM_REG_ENDING = 115;
UC_ARM_REG_MSP = 115;
UC_ARM_REG_PSP = 116;
UC_ARM_REG_CONTROL = 117;
UC_ARM_REG_ENDING = 118;
// alias registers
UC_ARM_REG_R13 = 12;