diff options
Diffstat (limited to 'arch/armv7/armv7_disasm')
| -rw-r--r-- | arch/armv7/armv7_disasm/armv7.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/armv7/armv7_disasm/armv7.h b/arch/armv7/armv7_disasm/armv7.h index eae0f3de..d91d75ca 100644 --- a/arch/armv7/armv7_disasm/armv7.h +++ b/arch/armv7/armv7_disasm/armv7.h @@ -697,16 +697,20 @@ enum Register REGS_FPEXC, // 8 REGS_FPINST, // 9 REGS_FPINST2, //10 - REGS_MSP, - REGS_PSP, // these are M-profile only (special) // but are here in ARM common (general) // TODO: implement "microarchitecture support" + REGS_MSP, + REGS_PSP, REGS_PRIMASK, REGS_BASEPRI, REGS_FAULTMASK, REGS_CONTROL, + REGS_BASEPRI_MAX, + REGS_IPSR, + REGS_EPSR, + REGS_IEPSR, REG_INVALID, }; |
