mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:19:25 +02:00
* also assume register calling convention for m68k
git-svn-id: trunk@35352 -
This commit is contained in:
parent
4d41decd5d
commit
c2d68e35b5
@ -162,7 +162,7 @@ begin
|
||||
end;
|
||||
|
||||
const
|
||||
{$if defined(CPUI386) or defined(CPUI8086) or defined(CPUX86_64)}
|
||||
{$if defined(CPUI386) or defined(CPUI8086) or defined(CPUX86_64) or defined(CPUM68K)}
|
||||
DefaultCallingConvention = ccReg;
|
||||
{$else}
|
||||
DefaultCallingConvention = ccStdCall;
|
||||
|
Loading…
Reference in New Issue
Block a user