mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 14:47:55 +02:00
+ enabled FPU emulation for the Z80
git-svn-id: branches/z80@45007 -
This commit is contained in:
parent
3014378ad2
commit
3f62fb7fe7
@ -299,6 +299,7 @@
|
||||
{$define cpu8bit}
|
||||
{$define cpu16bitaddr}
|
||||
{$define cpu8bitalu}
|
||||
{$define cpufpemu}
|
||||
{$define cpuflags}
|
||||
{$define cpunofpu}
|
||||
{$define cpunodefaultint}
|
||||
|
@ -4253,7 +4253,8 @@ begin
|
||||
((target_info.system in [system_arm_wince,system_arm_gba,
|
||||
system_m68k_amiga,system_m68k_atari,
|
||||
system_arm_nds,system_arm_embedded,
|
||||
system_riscv32_embedded,system_riscv64_embedded,system_xtensa_embedded])
|
||||
system_riscv32_embedded,system_riscv64_embedded,system_xtensa_embedded,
|
||||
system_z80_embedded,system_z80_zxspectrum])
|
||||
{$ifdef arm}
|
||||
or (target_info.abi=abi_eabi)
|
||||
{$endif arm}
|
||||
|
Loading…
Reference in New Issue
Block a user