Format and naming
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
# For Unicorn Engine. AUTO-GENERATED FILE, DO NOT EDIT [mips_const.py]
|
||||
|
||||
# MIPS32 CPUS
|
||||
|
||||
UC_CPU_MIPS32_4KC = 0
|
||||
UC_CPU_MIPS32_4KM = 1
|
||||
UC_CPU_MIPS32_4KECR1 = 2
|
||||
@ -17,6 +19,8 @@ UC_CPU_MIPS32_P5600 = 13
|
||||
UC_CPU_MIPS32_MIPS32R6_GENERIC = 14
|
||||
UC_CPU_MIPS32_I7200 = 15
|
||||
|
||||
# MIPS64 CPUS
|
||||
|
||||
UC_CPU_MIPS64_R4000 = 0
|
||||
UC_CPU_MIPS64_VR5432 = 1
|
||||
UC_CPU_MIPS64_5KC = 2
|
||||
|
Reference in New Issue
Block a user