* Enabled safecall support for aarch64 to be on par with other cpus.

git-svn-id: trunk@39903 -
This commit is contained in:
yury 2018-10-08 08:37:18 +00:00
parent da39d06d80
commit 88365b6d92

View File

@ -271,6 +271,7 @@
{$define cputargethasfixedstack} {$define cputargethasfixedstack}
{$define cpurefshaveindexreg} {$define cpurefshaveindexreg}
{$define SUPPORT_GET_FRAME} {$define SUPPORT_GET_FRAME}
{$define SUPPORT_SAFECALL}
{$endif aarch64} {$endif aarch64}
{$ifdef riscv32} {$ifdef riscv32}