mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 21:49:09 +02:00
* Activated safecall support for ARM CPU.
git-svn-id: trunk@7762 -
This commit is contained in:
parent
691b3da1ed
commit
86d49c2a0c
@ -58,6 +58,7 @@ Const
|
|||||||
{ calling conventions supported by the code generator }
|
{ calling conventions supported by the code generator }
|
||||||
supported_calling_conventions : tproccalloptions = [
|
supported_calling_conventions : tproccalloptions = [
|
||||||
pocall_internproc,
|
pocall_internproc,
|
||||||
|
pocall_safecall,
|
||||||
pocall_stdcall,
|
pocall_stdcall,
|
||||||
{ same as stdcall only different name mangling }
|
{ same as stdcall only different name mangling }
|
||||||
pocall_cdecl,
|
pocall_cdecl,
|
||||||
|
Loading…
Reference in New Issue
Block a user