瀏覽代碼

+ unbroke m68k-amiga syscalls

git-svn-id: trunk@5586 -
Károly Balogh 18 年之前
父節點
當前提交
f4b44b8a97
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/m68k/n68kcal.pas

+ 1 - 1
compiler/m68k/n68kcal.pas

@@ -57,7 +57,7 @@ implementation
               if po_syscall_legacy in tprocdef(procdefinition).procoptions then
               if po_syscall_legacy in tprocdef(procdefinition).procoptions then
                 begin
                 begin
                   reference_reset_base(tmpref,NR_A6,-tprocdef(procdefinition).extnumber);
                   reference_reset_base(tmpref,NR_A6,-tprocdef(procdefinition).extnumber);
-                  current_asmdata.CurrAsmList.concat(taicpu.op_ref_reg(A_JSR,S_NO,tmpref,NR_NO));
+                  current_asmdata.CurrAsmList.concat(taicpu.op_ref(A_JSR,S_NO,tmpref));
                 end
                 end
               else
               else
                 internalerror(2005010403);
                 internalerror(2005010403);