feat(arm): add an ESR register (#2155)
This allows users to read/write from the ARM syndrome value like in AArch64.
This commit is contained in:
@@ -187,7 +187,8 @@ module Arm =
|
||||
let UC_ARM_REG_XPSR_G = 137
|
||||
let UC_ARM_REG_XPSR_NZCVQG = 138
|
||||
let UC_ARM_REG_CP_REG = 139
|
||||
let UC_ARM_REG_ENDING = 140
|
||||
let UC_ARM_REG_ESR = 140
|
||||
let UC_ARM_REG_ENDING = 141
|
||||
|
||||
// alias registers
|
||||
let UC_ARM_REG_R13 = 12
|
||||
|
||||
Reference in New Issue
Block a user