소스 검색

+ define cpufpemu for MIPS in order to enable (optionally) FPU emulation

Nikolay Nikolov 11 달 전
부모
커밋
44c8193cfa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compiler/fpcdefs.inc

+ 1 - 0
compiler/fpcdefs.inc

@@ -304,6 +304,7 @@
     {$define cpu64bitalu}
     {$define cpu64bitaddr}
   {$endif}
+  {$define cpufpemu}
   {$define cpuflags} { Flags are emulated }
   {$define cputargethasfixedstack}
   {$define cpurequiresproperalignment}