m68k: fixed compilation without FPU after 34785

git-svn-id: trunk@34803 -
This commit is contained in:
marcus 2016-11-06 08:42:41 +00:00
parent 0bc1e7e23b
commit e54fdc3853

View File

@ -15,10 +15,11 @@
Declarations for SetJmp/LongJmp
**********************************************************************}
type
{$if defined(fpu68881)}
type
Tsizefpureg = packed array[0..11] of byte;
{$elseif defined(fpucoldfire)}
type
Tsizefpureg = double;
{$endif}