瀏覽代碼

+ 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;
 begin
+  result := stklen;
 end;
 
 begin