* SysResetFPU fix for BeOS by Olivier Coursiere

git-svn-id: trunk@9010 -
This commit is contained in:
florian 2007-10-30 22:00:58 +00:00
parent e207391454
commit 04086e9df2

View File

@ -348,12 +348,15 @@ end;
var
s : string;
begin
SysResetFPU;
IsConsole := TRUE;
IsLibrary := FALSE;
StackLength := CheckInitialStkLen(InitialStkLen);
StackBottom := Sptr - StackLength;
SysResetFPU;
if not(IsLibrary) then
SysInitFPU;
{ Set up signals handlers }
InstallSignals;