* setting of MIPS64(EL) in system.inc fixed

This commit is contained in:
florian 2022-02-08 23:08:13 +01:00
parent af49e3dc9f
commit 308bc29465

View File

@ -266,15 +266,31 @@ function do_isdevice(handle:thandle):boolean;forward;
{ there is no mipsel.inc, we use mips.inc instead }
{$i mips.inc} { Case dependent, don't change }
{$define SYSPROCDEFINED}
{$else not cpumipsel}
{$ifdef cpumips}
{$endif cpumipsel}
{$ifdef cpumipseb}
{$ifdef SYSPROCDEFINED}
{$Error Can't determine processor type !}
{$endif}
{$i mips.inc} { Case dependent, don't change }
{$define SYSPROCDEFINED}
{$endif cpumips}
{$endif not cpumipsel}
{$endif cpumipseb}
{$ifdef cpumips64el}
{$ifdef SYSPROCDEFINED}
{$Error Can't determine processor type !}
{$endif}
{$i mips64el.inc} { Case dependent, don't change }
{$define SYSPROCDEFINED}
{$endif cpumips64el}
{$ifdef cpumips64eb}
{$ifdef SYSPROCDEFINED}
{$Error Can't determine processor type !}
{$endif}
{$i mips64.inc} { Case dependent, don't change }
{$define SYSPROCDEFINED}
{$endif cpumips64eb}
{$ifdef cpuaarch64}
{$ifdef SYSPROCDEFINED}