소스 검색

+ WASI: set StackBottom on startup

Nikolay Nikolov 1 년 전
부모
커밋
68f4191119
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      rtl/wasi/system.pp

+ 1 - 0
rtl/wasi/system.pp

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