mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:29:29 +02:00
* SysResetFPU fix for BeOS by Olivier Coursiere
git-svn-id: trunk@9010 -
This commit is contained in:
parent
e207391454
commit
04086e9df2
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user