Browse Source

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

Nikolay Nikolov 10 months ago
parent
commit
44c8193cfa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/fpcdefs.inc

+ 1 - 0
compiler/fpcdefs.inc

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