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

This commit is contained in:
Nikolay Nikolov 2024-09-29 20:25:32 +03:00
parent 7b02331168
commit 44c8193cfa

View File

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