mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:09:32 +02:00
+ call InitSystemThreads in the system unit startup for WASI
git-svn-id: branches/wasm@48313 -
This commit is contained in:
parent
910bbc6b37
commit
cdb74f034c
@ -348,4 +348,7 @@ begin
|
||||
SysInitStdIO;
|
||||
{ Reset IO Error }
|
||||
InOutRes:=0;
|
||||
{$ifdef FPC_HAS_FEATURE_THREADING}
|
||||
InitSystemThreads;
|
||||
{$endif}
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user