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:
@@ -182,7 +182,8 @@ const (
|
||||
ARM_REG_XPSR_G = 137
|
||||
ARM_REG_XPSR_NZCVQG = 138
|
||||
ARM_REG_CP_REG = 139
|
||||
ARM_REG_ENDING = 140
|
||||
ARM_REG_ESR = 140
|
||||
ARM_REG_ENDING = 141
|
||||
|
||||
// alias registers
|
||||
ARM_REG_R13 = 12
|
||||
@@ -192,4 +193,4 @@ const (
|
||||
ARM_REG_SL = 76
|
||||
ARM_REG_FP = 77
|
||||
ARM_REG_IP = 78
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user