mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:47:53 +02:00
m68k: fixed compilation without FPU after 34785
git-svn-id: trunk@34803 -
This commit is contained in:
parent
0bc1e7e23b
commit
e54fdc3853
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user