Browse Source

* 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 năm trước cách đây
mục cha
commit
4d41decd5d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,