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

m68k: fixed compilation without FPU after 34785

git-svn-id: trunk@34803 -
marcus 9 жил өмнө
parent
commit
e54fdc3853

+ 2 - 1
rtl/m68k/setjumph.inc

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