mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 09:59:25 +02:00
* Enabled safecall for mips.
git-svn-id: trunk@26709 -
This commit is contained in:
parent
cace38029c
commit
c58340f8dd
@ -224,6 +224,7 @@
|
||||
{$define cpurefshaveindexreg}
|
||||
{$define fpc_compiler_has_fixup_jmps}
|
||||
{$define SUPPORT_GET_FRAME}
|
||||
{$define SUPPORT_SAFECALL}
|
||||
{$endif mips}
|
||||
|
||||
{$ifdef jvm}
|
||||
|
@ -63,6 +63,7 @@ Const
|
||||
supported_calling_conventions : tproccalloptions = [
|
||||
pocall_internproc,
|
||||
pocall_stdcall,
|
||||
pocall_safecall,
|
||||
{ same as stdcall only different name mangling }
|
||||
pocall_cdecl,
|
||||
{ same as stdcall only different name mangling }
|
||||
|
Loading…
Reference in New Issue
Block a user