mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 19:29:24 +02:00
* the mul instructions do not modify the operands
git-svn-id: trunk@30633 -
This commit is contained in:
parent
66e97549b9
commit
58c66b4759
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user