Add UC_PPC_REG_CR

This commit is contained in:
2022-02-15 22:07:53 +01:00
parent c10639fd46
commit 27ef63cc8d
2 changed files with 17 additions and 2 deletions

View File

@@ -417,7 +417,8 @@ typedef enum uc_ppc_reg {
UC_PPC_REG_XER,
UC_PPC_REG_CTR,
UC_PPC_REG_MSR,
UC_PPC_REG_FPSCR
UC_PPC_REG_FPSCR,
UC_PPC_REG_CR
} uc_ppc_reg;
#ifdef __cplusplus