mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 07:08:56 +02:00
* properly calc new src register for OP_XOR
git-svn-id: trunk@45743 -
This commit is contained in:
parent
ff47dc09e7
commit
792eafadef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user