mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 07:28:26 +02:00
* StackTop now pointer
git-svn-id: trunk@2752 -
This commit is contained in:
parent
b108f79236
commit
237525c698
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user