浏览代码

* update comment regarding pocall_syscall in supported_calling_conventions

git-svn-id: trunk@35350 -
svenbarth 8 年之前
父节点
当前提交
d35e9a69fa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/m68k/cpuinfo.pas

+ 1 - 1
compiler/m68k/cpuinfo.pas

@@ -87,7 +87,7 @@ Const
      pocall_cdecl,
      pocall_cdecl,
      { the difference to stdcall is only the name mangling }
      { the difference to stdcall is only the name mangling }
      pocall_cppdecl,
      pocall_cppdecl,
-     { this used by the PalmOS port only }
+     { this is used by PalmOS and Amiga-likes }
      pocall_syscall
      pocall_syscall
    ];
    ];