|
@@ -431,6 +431,7 @@ end;
|
|
|
|
|
|
begin
|
|
begin
|
|
StackLength:=CheckInitialStkLen(stklen);
|
|
StackLength:=CheckInitialStkLen(stklen);
|
|
|
|
+ StackBottom:=Pointer(PtrUInt(InitialHeapBlockStart)-PtrUInt(StackLength));
|
|
{ To be set if this is a GUI or console application }
|
|
{ To be set if this is a GUI or console application }
|
|
IsConsole := TRUE;
|
|
IsConsole := TRUE;
|
|
{$ifdef FPC_HAS_FEATURE_DYNLIBS}
|
|
{$ifdef FPC_HAS_FEATURE_DYNLIBS}
|