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:
@@ -145,7 +145,8 @@ pub enum RegisterARM {
|
||||
XPSR_G = 137,
|
||||
XPSR_NZCVQG = 138,
|
||||
CP_REG = 139,
|
||||
ENDING = 140,
|
||||
ESR = 140,
|
||||
ENDING = 141,
|
||||
}
|
||||
|
||||
impl RegisterARM {
|
||||
|
||||
Reference in New Issue
Block a user