Format and naming
This commit is contained in:
@ -5,6 +5,8 @@ unit Arm64Const;
|
||||
interface
|
||||
|
||||
const
|
||||
// ARM64 CPU
|
||||
|
||||
UC_CPU_AARCH64_A57 = 0;
|
||||
UC_CPU_AARCH64_A53 = 1;
|
||||
UC_CPU_AARCH64_A72 = 2;
|
||||
|
Reference in New Issue
Block a user