mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 23:59:10 +02:00
* use A_J instead of A_B (without explicitly defined condition) to jump to
wrapped interface methods git-svn-id: trunk@21389 -
This commit is contained in:
parent
ced0992642
commit
11968c4261
@ -1722,7 +1722,7 @@ begin
|
|||||||
op_onr24methodaddr;
|
op_onr24methodaddr;
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
list.concat(taicpu.op_sym(A_B,current_asmdata.RefAsmSymbol(procdef.mangledname)));
|
list.concat(taicpu.op_sym(A_J,current_asmdata.RefAsmSymbol(procdef.mangledname)));
|
||||||
{ Delay slot }
|
{ Delay slot }
|
||||||
list.Concat(TAiCpu.Op_none(A_NOP));
|
list.Concat(TAiCpu.Op_none(A_NOP));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user