소스 검색

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}