Kaynağa Gözat

* StackTop now pointer

git-svn-id: trunk@2752 -
Tomas Hajny 19 yıl önce
ebeveyn
işleme
237525c698
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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}