aarch64: Move FPCR and FPSR registers to not break compatibility

Co-authored-by: merry <git@mary.rs>
This commit is contained in:
TSR Berry
2022-10-14 17:27:47 +02:00
parent c787fa8e64
commit 442dd437e1
2 changed files with 16 additions and 16 deletions

View File

@@ -313,10 +313,6 @@ typedef enum uc_arm64_reg {
UC_ARM64_REG_PSTATE,
//> floating point control and status registers
UC_ARM64_REG_FPCR,
UC_ARM64_REG_FPSR,
//> exception link registers, depreciated, use UC_ARM64_REG_CP_REG instead
UC_ARM64_REG_ELR_EL0,
UC_ARM64_REG_ELR_EL1,
@@ -354,6 +350,10 @@ typedef enum uc_arm64_reg {
UC_ARM64_REG_CP_REG,
//> floating point control and status registers
UC_ARM64_REG_FPCR,
UC_ARM64_REG_FPSR,
UC_ARM64_REG_ENDING, // <-- mark the end of the list of registers
//> alias registers