Format and naming
This commit is contained in:
@ -2,6 +2,8 @@ package unicorn
|
||||
// For Unicorn Engine. AUTO-GENERATED FILE, DO NOT EDIT [mips_const.go]
|
||||
const (
|
||||
|
||||
// MIPS32 CPUS
|
||||
|
||||
CPU_MIPS32_4KC = 0
|
||||
CPU_MIPS32_4KM = 1
|
||||
CPU_MIPS32_4KECR1 = 2
|
||||
@ -19,6 +21,8 @@ const (
|
||||
CPU_MIPS32_MIPS32R6_GENERIC = 14
|
||||
CPU_MIPS32_I7200 = 15
|
||||
|
||||
// MIPS64 CPUS
|
||||
|
||||
CPU_MIPS64_R4000 = 0
|
||||
CPU_MIPS64_VR5432 = 1
|
||||
CPU_MIPS64_5KC = 2
|
||||
|
Reference in New Issue
Block a user