mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 18:19:54 +02:00
m68k: make the new register calling convention the default
git-svn-id: trunk@34828 -
This commit is contained in:
parent
328772cc46
commit
38837ee973
@ -558,6 +558,8 @@ interface
|
||||
pocall_default = pocall_pascal;
|
||||
{$elseif defined(i386) or defined(x86_64)}
|
||||
pocall_default = pocall_register;
|
||||
{$elseif defined(m68k)}
|
||||
pocall_default = pocall_register;
|
||||
{$else}
|
||||
pocall_default = pocall_stdcall;
|
||||
{$endif}
|
||||
|
Loading…
Reference in New Issue
Block a user