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