2
0
Эх сурвалжийг харах

* StackTop now pointer

git-svn-id: trunk@2752 -
Tomas Hajny 19 жил өмнө
parent
commit
237525c698

+ 1 - 1
rtl/os2/system.pas

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