From 4c1079cbdda685dae816b04de42b634272bf56d4 Mon Sep 17 00:00:00 2001 From: Markus Mottl Date: Wed, 20 Sep 2023 13:42:33 -0400 Subject: [PATCH] Update topology_apple_arm64.ml Compilation problem due to misnamed module --- lib/topology_apple_arm64.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/topology_apple_arm64.ml b/lib/topology_apple_arm64.ml index 6358ddc..52519e3 100644 --- a/lib/topology_apple_arm64.ml +++ b/lib/topology_apple_arm64.ml @@ -20,5 +20,5 @@ let t = id := succ !id; let kind = if ecore = 1 then Cpu.E_core else Cpu.P_core in Cpu.make ~id:!id ~kind ~smt:0 ~core ~socket:0) - (Cpu_apple_ioreg.fetch ()) + (Processor_apple_ioreg.fetch ())