diff --git a/rtl/linux/system.pp b/rtl/linux/system.pp index cc8a92b60a..cfb127e574 100644 --- a/rtl/linux/system.pp +++ b/rtl/linux/system.pp @@ -94,6 +94,7 @@ end; Begin IsConsole := TRUE; IsLibrary := FALSE; + StackLength := InitialStkLen; StackBottom := Sptr - StackLength; { Set up signals handlers } InstallSignals; @@ -113,8 +114,8 @@ End. { $Log$ - Revision 1.4 2002-12-18 17:51:27 peter - * fixed ifdef ver1_0 + Revision 1.5 2002-12-18 20:42:29 peter + * initial stacklen setup Revision 1.3 2002/12/18 16:44:09 marco * more new RTL