Quellcode durchsuchen

* 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 vor 8 Jahren
Ursprung
Commit
4d41decd5d
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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,