mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 12:39:27 +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;
|
||||
end
|
||||
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 }
|
||||
list.Concat(TAiCpu.Op_none(A_NOP));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user