* properly calc new src register for OP_XOR

git-svn-id: trunk@45743 -
This commit is contained in:
florian 2020-07-08 19:45:55 +00:00
parent ff47dc09e7
commit 792eafadef

View File

@ -1132,7 +1132,7 @@ implementation
if shuffle=nil then
begin
dst:=newreg(R_MMREGISTER,getsupreg(dst),R_SUBMM16B);
src:=newreg(R_MMREGISTER,getsupreg(dst),R_SUBMM16B);
src:=newreg(R_MMREGISTER,getsupreg(src),R_SUBMM16B);
list.concat(taicpu.op_reg_reg_reg(A_EOR,dst,dst,src))
end
else if (src<>dst) or