+ PS1: initialize the thread manager in the system unit

This commit is contained in:
Nikolay Nikolov 2024-10-05 00:18:21 +03:00
parent dacbca0379
commit 73aa2fd266

View File

@ -145,4 +145,9 @@ begin
{ Reset IO Error }
InOutRes:= 0;
{$ifdef FPC_HAS_FEATURE_THREADING}
{ Initialize the thread manager }
InitSystemThreads;
{$endif}
end.