Переглянути джерело

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

Nikolay Nikolov 1 рік тому
батько
коміт
e579da0844
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      rtl/wasi/system.pp

+ 1 - 0
rtl/wasi/system.pp

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