mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 10:26:05 +02:00
* handle adress registers properly in tcg64f68k.a_op64_reg_ref
This commit is contained in:
parent
b71b5b771f
commit
9f6a3eebb7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user