Format and naming

This commit is contained in:
lazymio
2021-11-04 20:04:57 +01:00
parent db90f39ac6
commit b9c0066a47
56 changed files with 249 additions and 93 deletions

View File

@ -5,6 +5,8 @@ unit MipsConst;
interface
const
// MIPS32 CPUS
UC_CPU_MIPS32_4KC = 0;
UC_CPU_MIPS32_4KM = 1;
UC_CPU_MIPS32_4KECR1 = 2;
@ -22,6 +24,8 @@ const
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;