mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 08:28:09 +02: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
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user