mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-03 04:07:17 +01: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;
|
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}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user