ソースを参照

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