Format and naming

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

View File

@@ -7,6 +7,8 @@ open System
[<AutoOpen>]
module Ppc =
// PPC CPU
let UC_CPU_PPC_401 = 0
let UC_CPU_PPC_401A1 = 1
let UC_CPU_PPC_401B2 = 2
@@ -298,6 +300,8 @@ module Ppc =
let UC_CPU_PPC_7447A_V1_2 = 288
let UC_CPU_PPC_7457A_V1_2 = 289
// PPC64 CPU
let UC_CPU_PPC_E5500 = 0
let UC_CPU_PPC_E6500 = 1
let UC_CPU_PPC_970_V2_2 = 2