* StackTop now pointer

git-svn-id: trunk@2752 -
This commit is contained in:
Tomas Hajny 2006-03-05 10:41:12 +00:00
parent b108f79236
commit 237525c698

View File

@ -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}