Browse Source

* StackTop now pointer

git-svn-id: trunk@2752 -
Tomas Hajny 19 năm trước cách đây
mục cha
commit
237525c698
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}