Преглед изворни кода

* StackTop now pointer

git-svn-id: trunk@2752 -
Tomas Hajny пре 20 година
родитељ
комит
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}