Browse Source

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

git-svn-id: trunk@39903 -
yury 6 years ago
parent
commit
88365b6d92
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/fpcdefs.inc

+ 1 - 0
compiler/fpcdefs.inc

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