mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 13:38:31 +02:00
* call SysResetFPU and SysInitFPU in InitThread for the time being
This commit is contained in:
parent
223745f6b7
commit
28a9a44894
@ -35,6 +35,8 @@ Var
|
||||
procedure InitThread(stklen:SizeUInt);
|
||||
begin
|
||||
{$ifndef FPUNONE}
|
||||
SysInitFPU;
|
||||
{ the call to SysResetFPU should not be needed here, but SysInitFPU is not properly implemented for all CPUs yet }
|
||||
SysResetFPU;
|
||||
{$endif}
|
||||
{$ifndef HAS_MEMORYMANAGER}
|
||||
|
Loading…
Reference in New Issue
Block a user