+ call InitSystemThreads in the system unit startup for WASI

git-svn-id: branches/wasm@48313 -
This commit is contained in:
nickysn 2021-01-22 03:01:55 +00:00
parent 910bbc6b37
commit cdb74f034c

View File

@ -348,4 +348,7 @@ begin
SysInitStdIO;
{ Reset IO Error }
InOutRes:=0;
{$ifdef FPC_HAS_FEATURE_THREADING}
InitSystemThreads;
{$endif}
end.