* fixed label placement in tcgz80.a_cmp_const_reg_label for 16-bit/32-bit operations OC_GT,OC_LT,OC_GTE,OC_LTE,OC_BE,OC_B,OC_AE,OC_A

git-svn-id: branches/z80@45061 -
This commit is contained in:
nickysn 2020-04-25 09:44:34 +00:00
parent 1943e3fc63
commit 4b88e8f48e

View File

@ -1799,8 +1799,8 @@ unit cgcpu;
else
internalerror(2020042206);
end;
cg.a_label(current_asmdata.CurrAsmList,tmpl);
end;
cg.a_label(current_asmdata.CurrAsmList,tmpl);
ungetcpuregister(list,NR_A);
end
else