瀏覽代碼

m68k: fixed compilation without FPU after 34785

git-svn-id: trunk@34803 -
marcus 8 年之前
父節點
當前提交
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}