mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:47:56 +02:00
+ 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:
parent
a7a9440692
commit
e232dd5066
@ -31,6 +31,9 @@
|
||||
|
||||
procedure fpc_cpuinit;
|
||||
begin
|
||||
SysResetFPU;
|
||||
if (not IsLibrary) then
|
||||
SysInitFPU;
|
||||
end;
|
||||
|
||||
{$define FPC_SYSTEM_HAS_GET_FRAME}
|
||||
|
Loading…
Reference in New Issue
Block a user