Format and naming
This commit is contained in:
@ -5,6 +5,8 @@ unit X86Const;
|
||||
interface
|
||||
|
||||
const
|
||||
// X86 CPU
|
||||
|
||||
UC_CPU_X86_QEMU64 = 0;
|
||||
UC_CPU_X86_PHENOM = 1;
|
||||
UC_CPU_X86_CORE2DUO = 2;
|
||||
|
Reference in New Issue
Block a user