瀏覽代碼

* StackTop now pointer

git-svn-id: trunk@2752 -
Tomas Hajny 19 年之前
父節點
當前提交
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}