Format and naming
This commit is contained in:
@ -19,6 +19,7 @@ extern "C" {
|
||||
#pragma warning(disable : 4201)
|
||||
#endif
|
||||
|
||||
//> MIPS32 CPUS
|
||||
typedef enum uc_cpu_mips32 {
|
||||
UC_CPU_MIPS32_4KC = 0,
|
||||
UC_CPU_MIPS32_4KM,
|
||||
@ -38,6 +39,7 @@ typedef enum uc_cpu_mips32 {
|
||||
UC_CPU_MIPS32_I7200,
|
||||
} uc_cpu_mips32;
|
||||
|
||||
//> MIPS64 CPUS
|
||||
typedef enum uc_cpu_mips64 {
|
||||
UC_CPU_MIPS64_R4000 = 0,
|
||||
UC_CPU_MIPS64_VR5432,
|
||||
|
Reference in New Issue
Block a user