+ call SysResetFPU and SysInitFPU like for other platforms

git-svn-id: trunk@9458 -
This commit is contained in:
Jonas Maebe 2007-12-15 15:15:28 +00:00
parent b546eeff6c
commit 69c97f3ac6

View File

@ -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}