* the mul instructions do not modify the operands

git-svn-id: trunk@30633 -
This commit is contained in:
florian 2015-04-17 20:15:10 +00:00
parent 66e97549b9
commit 58c66b4759

View File

@ -250,7 +250,8 @@ implementation
A_MOV,A_MOVW,A_POP:
if opnr=0 then
result:=operand_write;
A_CP,A_CPC,A_CPI,A_PUSH,A_SBRC,A_SBRS,A_ST,A_STD,A_STS:
A_CP,A_CPC,A_CPI,A_PUSH,A_SBRC,A_SBRS,A_ST,A_STD,A_STS,
A_MUL, A_MULS,A_FMUL,A_FMULS,A_FMULSU:
;
else
begin