Update constants of bindings

This commit is contained in:
Bet4
2022-02-16 20:08:17 +08:00
parent cc45585e90
commit 504b31b928
18 changed files with 309 additions and 150 deletions

View File

@@ -418,7 +418,9 @@ typedef enum uc_ppc_reg {
UC_PPC_REG_CTR,
UC_PPC_REG_MSR,
UC_PPC_REG_FPSCR,
UC_PPC_REG_CR
UC_PPC_REG_CR,
UC_PPC_REG_ENDING, // <-- mark the end of the list or registers
} uc_ppc_reg;
#ifdef __cplusplus