Format and naming
This commit is contained in:
@ -4,6 +4,8 @@ package unicorn;
|
||||
|
||||
public interface MipsConst {
|
||||
|
||||
// MIPS32 CPUS
|
||||
|
||||
public static final int UC_CPU_MIPS32_4KC = 0;
|
||||
public static final int UC_CPU_MIPS32_4KM = 1;
|
||||
public static final int UC_CPU_MIPS32_4KECR1 = 2;
|
||||
@ -21,6 +23,8 @@ public interface MipsConst {
|
||||
public static final int UC_CPU_MIPS32_MIPS32R6_GENERIC = 14;
|
||||
public static final int UC_CPU_MIPS32_I7200 = 15;
|
||||
|
||||
// MIPS64 CPUS
|
||||
|
||||
public static final int UC_CPU_MIPS64_R4000 = 0;
|
||||
public static final int UC_CPU_MIPS64_VR5432 = 1;
|
||||
public static final int UC_CPU_MIPS64_5KC = 2;
|
||||
|
Reference in New Issue
Block a user