Explorar el Código

+ WASI: set StackLength on startup

Nikolay Nikolov hace 1 año
padre
commit
60bb6c19d9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      rtl/wasi/system.pp

+ 1 - 0
rtl/wasi/system.pp

@@ -430,6 +430,7 @@ begin
 end;
 
 begin
+  StackLength:=CheckInitialStkLen(stklen);
   { To be set if this is a GUI or console application }
   IsConsole := TRUE;
 {$ifdef FPC_HAS_FEATURE_DYNLIBS}