Prechádzať zdrojové kódy

+ implemented CheckInitialStkLen for the WASI target (just returns the parameter
stklen as a result value, unmodified)

Nikolay Nikolov 1 rok pred
rodič
commit
e579da0844
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      rtl/wasi/system.pp

+ 1 - 0
rtl/wasi/system.pp

@@ -423,6 +423,7 @@ end;
 
 function CheckInitialStkLen(stklen : SizeUInt) : SizeUInt;
 begin
+  result := stklen;
 end;
 
 begin