+ Add SUPPORT_SAFECALL conditional

git-svn-id: trunk@22487 -
This commit is contained in:
pierre 2012-09-27 15:56:20 +00:00
parent 2f24527ea0
commit f36c769c2f

View File

@ -60,6 +60,7 @@
{$define cpumm}
{$define fewintregisters}
{$define cpurox}
{$define SUPPORT_SAFECALL}
{$endif i386}
{$ifdef x86_64}
@ -73,6 +74,7 @@
{$define cpumm}
{$define cpurox}
{$define cpurefshaveindexreg}
{$define SUPPORT_SAFECALL}
{$endif x86_64}
{$ifdef ia64}
@ -96,6 +98,7 @@
{$define cpuflags}
{$define cputargethasfixedstack}
{$define cpurefshaveindexreg}
{$define SUPPORT_SAFECALL}
{$endif sparc}
{$ifdef powerpc}
@ -131,6 +134,7 @@
{$define cpurox}
{$define cputargethasfixedstack}
{$define cpurefshaveindexreg}
{$define SUPPORT_SAFECALL}
{ default to armel }
{$if not(defined(CPUARM)) and not(defined(CPUARMEB)) and not(defined(FPC_OARM)) and not(defined(FPC_ARMEB)) and not(defined(FPC_ARMHF))}
{$define FPC_ARMEL}