瀏覽代碼

* Activated safecall support for ARM CPU.

git-svn-id: trunk@7762 -
yury 18 年之前
父節點
當前提交
86d49c2a0c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/arm/cpuinfo.pas

+ 1 - 0
compiler/arm/cpuinfo.pas

@@ -58,6 +58,7 @@ Const
    { calling conventions supported by the code generator }
    supported_calling_conventions : tproccalloptions = [
      pocall_internproc,
+     pocall_safecall,
      pocall_stdcall,
      { same as stdcall only different name mangling }
      pocall_cdecl,