mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:59:18 +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;
|
SysInitStdIO;
|
||||||
{ Reset IO Error }
|
{ Reset IO Error }
|
||||||
InOutRes:=0;
|
InOutRes:=0;
|
||||||
|
{$ifdef FPC_HAS_FEATURE_THREADING}
|
||||||
|
InitSystemThreads;
|
||||||
|
{$endif}
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user