mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 21:49:18 +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);
|
procedure InitThread(stklen:SizeUInt);
|
||||||
begin
|
begin
|
||||||
{$ifndef FPUNONE}
|
{$ifndef FPUNONE}
|
||||||
|
SysInitFPU;
|
||||||
|
{ the call to SysResetFPU should not be needed here, but SysInitFPU is not properly implemented for all CPUs yet }
|
||||||
SysResetFPU;
|
SysResetFPU;
|
||||||
{$endif}
|
{$endif}
|
||||||
{$ifndef HAS_MEMORYMANAGER}
|
{$ifndef HAS_MEMORYMANAGER}
|
||||||
|
Loading…
Reference in New Issue
Block a user