浏览代码

m68k: make the new register calling convention the default

git-svn-id: trunk@34828 -
Károly Balogh 8 年之前
父节点
当前提交
38837ee973
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/globtype.pas

+ 2 - 0
compiler/globtype.pas

@@ -558,6 +558,8 @@ interface
        pocall_default = pocall_pascal;
 {$elseif defined(i386) or defined(x86_64)}
        pocall_default = pocall_register;
+{$elseif defined(m68k)}
+       pocall_default = pocall_register;
 {$else}
        pocall_default = pocall_stdcall;
 {$endif}