mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:49:39 +02:00
+ fixed 64-bit OP_NEG in a_op_reg_reg_internal
git-svn-id: branches/z80@45004 -
This commit is contained in:
parent
ccd23d288d
commit
e7f707cd78
@ -718,7 +718,7 @@ unit cgcpu;
|
|||||||
a_load_reg_reg(list,OS_8,OS_8,NR_A,tmpreg2);
|
a_load_reg_reg(list,OS_8,OS_8,NR_A,tmpreg2);
|
||||||
if i<>tcgsize2size[size] then
|
if i<>tcgsize2size[size] then
|
||||||
begin
|
begin
|
||||||
if i=5 then
|
if i=4 then
|
||||||
begin
|
begin
|
||||||
tmpreg:=srchi;
|
tmpreg:=srchi;
|
||||||
tmpreg2:=dsthi;
|
tmpreg2:=dsthi;
|
||||||
@ -744,7 +744,7 @@ unit cgcpu;
|
|||||||
a_load_reg_reg(list,OS_8,OS_8,NR_A,tmpreg2);
|
a_load_reg_reg(list,OS_8,OS_8,NR_A,tmpreg2);
|
||||||
if i<>tcgsize2size[size] then
|
if i<>tcgsize2size[size] then
|
||||||
begin
|
begin
|
||||||
if i=5 then
|
if i=4 then
|
||||||
begin
|
begin
|
||||||
tmpreg2:=dsthi;
|
tmpreg2:=dsthi;
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user