Check CPU model for uc_ctl

This commit is contained in:
2022-04-16 17:49:47 +02:00
parent a60db86144
commit b136f08f2d
13 changed files with 426 additions and 331 deletions

View File

@@ -37,6 +37,8 @@ typedef enum uc_cpu_mips32 {
UC_CPU_MIPS32_P5600,
UC_CPU_MIPS32_MIPS32R6_GENERIC,
UC_CPU_MIPS32_I7200,
UC_CPU_MIPS32_ENDING
} uc_cpu_mips32;
//> MIPS64 CPUS
@@ -53,7 +55,9 @@ typedef enum uc_cpu_mips64 {
UC_CPU_MIPS64_I6500,
UC_CPU_MIPS64_LOONGSON_2E,
UC_CPU_MIPS64_LOONGSON_2F,
UC_CPU_MIPS64_MIPS64DSPR2
UC_CPU_MIPS64_MIPS64DSPR2,
UC_CPU_MIPS64_ENDING
} uc_cpu_mips64;
//> MIPS registers