Allow safecall calling convention for sparc

git-svn-id: trunk@22476 -
This commit is contained in:
pierre 2012-09-27 15:44:03 +00:00
parent e0ff818a51
commit 1621ae2835

View File

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