瀏覽代碼

* 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,