mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:09:16 +02:00
- removed an extra unused jump
git-svn-id: branches/z80@44978 -
This commit is contained in:
parent
027217d1fe
commit
ded10c55b3
@ -469,7 +469,6 @@ interface
|
|||||||
tcgz80(cg).adjust_normalized_ref(current_asmdata.CurrAsmList,tmpref,-1);
|
tcgz80(cg).adjust_normalized_ref(current_asmdata.CurrAsmList,tmpref,-1);
|
||||||
end;
|
end;
|
||||||
cg.ungetcpuregister(current_asmdata.CurrAsmList,NR_A);
|
cg.ungetcpuregister(current_asmdata.CurrAsmList,NR_A);
|
||||||
cg.a_jmp_always(current_asmdata.CurrAsmList,truelabel);
|
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
hlcg.location_force_reg(current_asmdata.CurrAsmList,right.location,right.resultdef,right.resultdef,false);
|
hlcg.location_force_reg(current_asmdata.CurrAsmList,right.location,right.resultdef,right.resultdef,false);
|
||||||
|
Loading…
Reference in New Issue
Block a user