Re: [fpc-devel] Little fix in the BeOS RTL after SysResetFPU refactoring in r8966

2007-10-30 Thread Florian Klaempfl
Olivier Coursiere schrieb: Applied. > > > > > ___ > fpc-devel maillist - fpc-devel@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-devel _

[fpc-devel] Little fix in the BeOS RTL after SysResetFPU refactoring in r8966

2007-10-30 Thread Olivier Coursiere
Index: system.pp === --- system.pp (revision 8994) +++ system.pp (working copy) @@ -348,12 +348,15 @@ var s : string; begin - SysResetFPU; IsConsole := TRUE; IsLibrary := FALSE; StackLength := CheckInitialStkLen(Initia