mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 10:26:05 +02:00
* fix taicpu.is_same_reg_move
git-svn-id: trunk@44647 -
This commit is contained in:
parent
9327ab7a3d
commit
b7374401fd
@ -416,8 +416,7 @@ uses cutils, cclasses;
|
||||
R_FPUREGISTER:
|
||||
result:=
|
||||
(opcode=A_MOV_S) and
|
||||
(oper[0]^.reg=oper[1]^.reg) and
|
||||
(oper[0]^.reg=oper[2]^.reg);
|
||||
(oper[0]^.reg=oper[1]^.reg);
|
||||
else
|
||||
result:=false;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user