mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-06 17:56:01 +02:00
* 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:
parent
1943e3fc63
commit
4b88e8f48e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user