2
0
Эх сурвалжийг харах

+ unbroke m68k-amiga syscalls

git-svn-id: trunk@5586 -
Károly Balogh 18 жил өмнө
parent
commit
f4b44b8a97

+ 1 - 1
compiler/m68k/n68kcal.pas

@@ -57,7 +57,7 @@ implementation
               if po_syscall_legacy in tprocdef(procdefinition).procoptions then
                 begin
                   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
               else
                 internalerror(2005010403);