Explorar o código

m68k: fixed compilation without FPU after 34785

git-svn-id: trunk@34803 -
marcus %!s(int64=9) %!d(string=hai) anos
pai
achega
e54fdc3853
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      rtl/m68k/setjumph.inc

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