* handle adress registers properly in tcg64f68k.a_op64_reg_ref

This commit is contained in:
florian 2024-07-19 20:00:21 +02:00
parent b71b5b771f
commit 9f6a3eebb7

View File

@ -2587,6 +2587,8 @@ unit cgcpu;
href: treference;
hreg: tregister;
begin
reg.reghi:=tcg68k(cg).force_to_dataregister(list,OS_32,reg.reghi);
reg.reglo:=tcg68k(cg).force_to_dataregister(list,OS_32,reg.reglo);
case op of
OP_AND,OP_OR,OP_XOR:
begin