* fix taicpu.is_same_reg_move

git-svn-id: trunk@44647 -
This commit is contained in:
florian 2020-04-08 20:42:40 +00:00
parent 9327ab7a3d
commit b7374401fd

View File

@ -416,8 +416,7 @@ uses cutils, cclasses;
R_FPUREGISTER: R_FPUREGISTER:
result:= result:=
(opcode=A_MOV_S) and (opcode=A_MOV_S) and
(oper[0]^.reg=oper[1]^.reg) and (oper[0]^.reg=oper[1]^.reg);
(oper[0]^.reg=oper[2]^.reg);
else else
result:=false; result:=false;
end; end;