瀏覽代碼

Allow safecall calling convention for sparc

git-svn-id: trunk@22476 -
pierre 13 年之前
父節點
當前提交
1621ae2835
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/sparc/cpuinfo.pas

+ 1 - 0
compiler/sparc/cpuinfo.pas

@@ -55,6 +55,7 @@ const
   supported_calling_conventions : tproccalloptions = [
   supported_calling_conventions : tproccalloptions = [
     pocall_internproc,
     pocall_internproc,
     pocall_stdcall,
     pocall_stdcall,
+    pocall_safecall,
     pocall_cdecl,
     pocall_cdecl,
     pocall_cppdecl
     pocall_cppdecl
   ];
   ];