mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 11:28:06 +02:00
+ call SysResetFPU and SysInitFPU like for other platforms
git-svn-id: trunk@9458 -
This commit is contained in:
parent
b546eeff6c
commit
69c97f3ac6
@ -277,6 +277,11 @@ Begin
|
||||
StackBottom := Sptr - StackLength;
|
||||
{ Set up signals handlers }
|
||||
InstallSignals;
|
||||
|
||||
SysResetFPU;
|
||||
if not(IsLibrary) then
|
||||
SysInitFPU;
|
||||
|
||||
{$if defined(cpui386) or defined(cpuarm)}
|
||||
fpc_cpucodeinit;
|
||||
{$endif cpui386}
|
||||
|
Loading…
Reference in New Issue
Block a user