2
0
Эх сурвалжийг харах

m68k: fixed compilation without FPU after 34785

git-svn-id: trunk@34803 -
marcus 9 жил өмнө
parent
commit
e54fdc3853
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      rtl/m68k/setjumph.inc

+ 2 - 1
rtl/m68k/setjumph.inc

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