From 4d41decd5d40e994d7d4bae3342fe5f1b57025ad Mon Sep 17 00:00:00 2001 From: svenbarth Date: Sat, 28 Jan 2017 14:54:31 +0000 Subject: [PATCH] * since m68k has a working implementation for the register calling convention and it's in fact used as default calling convention it should also be possible to explicitely declare routines as that calling convention git-svn-id: trunk@35351 - --- compiler/m68k/cpuinfo.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/m68k/cpuinfo.pas b/compiler/m68k/cpuinfo.pas index ba9336e323..f4638b1955 100644 --- a/compiler/m68k/cpuinfo.pas +++ b/compiler/m68k/cpuinfo.pas @@ -82,6 +82,7 @@ Const { calling conventions supported by the code generator } supported_calling_conventions : tproccalloptions = [ pocall_internproc, + pocall_register, pocall_stdcall, { the difference to stdcall is only the name mangling } pocall_cdecl,