Explorar el Código

* StackTop now pointer

git-svn-id: trunk@2752 -
Tomas Hajny hace 19 años
padre
commit
237525c698
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}