* also assume register calling convention for m68k

git-svn-id: trunk@35352 -
This commit is contained in:
svenbarth 2017-01-28 14:55:41 +00:00
parent 4d41decd5d
commit c2d68e35b5

View File

@ -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;