mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-07 17:09:49 +01:00
+ unbroke m68k-amiga syscalls
git-svn-id: trunk@5586 -
This commit is contained in:
parent
387d19aa3f
commit
f4b44b8a97
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user