mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-30 04:19:22 +02:00
* Fixed spilling of 3-operand IMUL instruction (went unnoticed this far because such instructions were not emitted by compiler).
git-svn-id: trunk@26510 -
This commit is contained in:
parent
1f7b14f38e
commit
e6a9f3b15b
@ -2994,6 +2994,7 @@ implementation
|
||||
end;
|
||||
{ Special cases that can't be decoded from the InsChanges flags }
|
||||
operation_type_table^[A_IMUL,1]:=operand_readwrite;
|
||||
operation_type_table^[A_IMUL,2]:=operand_write;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user