* 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:
Jonas Maebe 2012-05-25 14:50:50 +00:00
parent ced0992642
commit 11968c4261

View File

@ -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));