mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 17:49:27 +02:00
* fixed 64-bit OP_NOT
git-svn-id: branches/z80@45034 -
This commit is contained in:
parent
4ca4f8abd5
commit
992602afcb
@ -821,11 +821,11 @@ unit cgcpu;
|
||||
getcpuregister(list,NR_A);
|
||||
for i:=1 to tcgsize2size[size] do
|
||||
begin
|
||||
if i<>1 then
|
||||
NextSrcDst;
|
||||
a_load_reg_reg(list,OS_8,OS_8,src,NR_A);
|
||||
list.concat(taicpu.op_none(A_CPL));
|
||||
a_load_reg_reg(list,OS_8,OS_8,NR_A,dst);
|
||||
if i<>tcgsize2size[size] then
|
||||
NextSrcDst;
|
||||
end;
|
||||
ungetcpuregister(list,NR_A);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user