Skip to content

Commit

Permalink
Merge pull request #3 from mmottl/patch-1
Browse files Browse the repository at this point in the history
Update topology_apple_arm64.ml
  • Loading branch information
haesbaert authored Sep 21, 2023
2 parents 7d0fcc7 + 4c1079c commit efbda7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/topology_apple_arm64.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ())

0 comments on commit efbda7c

Please sign in to comment.