فهرست منبع

* 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 -
svenbarth 8 سال پیش
والد
کامیت
4d41decd5d
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      compiler/m68k/cpuinfo.pas

+ 1 - 0
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,