Format and naming
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
# For Unicorn Engine. AUTO-GENERATED FILE, DO NOT EDIT [ppc_const.py]
|
||||
|
||||
# PPC CPU
|
||||
|
||||
UC_CPU_PPC_401 = 0
|
||||
UC_CPU_PPC_401A1 = 1
|
||||
UC_CPU_PPC_401B2 = 2
|
||||
@ -291,6 +293,8 @@ UC_CPU_PPC_7457A_V1_1 = 287
|
||||
UC_CPU_PPC_7447A_V1_2 = 288
|
||||
UC_CPU_PPC_7457A_V1_2 = 289
|
||||
|
||||
# PPC64 CPU
|
||||
|
||||
UC_CPU_PPC_E5500 = 0
|
||||
UC_CPU_PPC_E6500 = 1
|
||||
UC_CPU_PPC_970_V2_2 = 2
|
||||
|
Reference in New Issue
Block a user