소스 검색

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 = [
     pocall_internproc,
     pocall_stdcall,
+    pocall_safecall,
     pocall_cdecl,
     pocall_cppdecl
   ];