fixed spilling operation type for some ColdFire instructions

git-svn-id: trunk@27064 -
This commit is contained in:
Károly Balogh 2014-03-09 23:04:28 +00:00
parent 2c7a83cd78
commit 9ec1d4ee89

View File

@ -464,7 +464,7 @@ type
result:=operand_read;
case opcode of
A_MOVE, A_MOVEQ, A_MOVEA, A_LEA:
A_MOVE, A_MOVEQ, A_MOVEA, A_MVZ, A_MVS, A_MOV3Q, A_LEA:
if opnr=1 then
result:=operand_write;
A_ADD, A_ADDQ, A_ADDX, A_SUB, A_SUBQ, A_SUBX,