add arm64 CPACR_EL1 register support (#814)

This commit is contained in:
Ryan Hileman
2017-05-01 23:51:19 -07:00
committed by Nguyen Anh Quynh
parent 9eebd6daa3
commit 187b470245
7 changed files with 18 additions and 5 deletions

View File

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