Skip to content

Commit

Permalink
CPUCount: address issue on macOS (used to compile fine before...)
Browse files Browse the repository at this point in the history
  • Loading branch information
PMeira committed Feb 27, 2022
1 parent 2adafd4 commit c4443db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/cpucount.pas
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function GetLogicalCpuCount: integer;
const
param: string = 'hw.logicalcpu';
var
len: cint;
len: size_t;
t: size_t;
begin
len := sizeof(t);
Expand Down

0 comments on commit c4443db

Please sign in to comment.