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