소스 검색

* StackTop now pointer

git-svn-id: trunk@2752 -
Tomas Hajny 19 년 전
부모
커밋
237525c698
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/os2/system.pas

+ 1 - 1
rtl/os2/system.pas

@@ -704,7 +704,7 @@ begin
     FileHandleCount := GetFileHandleCount;
     DosGetInfoBlocks (@TIB, @PIB);
     StackBottom := TIB^.Stack;
-    StackTop := PtrUInt (TIB^.StackLimit);
+    StackTop := TIB^.StackLimit;
     StackLength := CheckInitialStkLen (InitialStkLen);
 
     {Set type of application}