mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 12:49:26 +01:00
Allow safecall calling convention for sparc
git-svn-id: trunk@22476 -
This commit is contained in:
parent
e0ff818a51
commit
1621ae2835
@ -55,6 +55,7 @@ const
|
||||
supported_calling_conventions : tproccalloptions = [
|
||||
pocall_internproc,
|
||||
pocall_stdcall,
|
||||
pocall_safecall,
|
||||
pocall_cdecl,
|
||||
pocall_cppdecl
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user