+ m68k: default implementation of fpc_cpuinit, provides correct masking of floating-point exceptions and fixes test/testv8.pp.

git-svn-id: trunk@28128 -
This commit is contained in:
sergei 2014-07-02 16:23:40 +00:00
parent a7a9440692
commit e232dd5066

View File

@ -31,6 +31,9 @@
procedure fpc_cpuinit;
begin
SysResetFPU;
if (not IsLibrary) then
SysInitFPU;
end;
{$define FPC_SYSTEM_HAS_GET_FRAME}