mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 00:28:25 +01:00
* MOVSXD destination operand cannot be in memory, resolves #20850.
git-svn-id: trunk@19848 -
This commit is contained in:
parent
5b6b6cdd11
commit
b3335abe75
@ -199,6 +199,7 @@ implementation
|
||||
A_CMOVcc,
|
||||
A_MOVZX,
|
||||
A_MOVSX,
|
||||
A_MOVSXD,
|
||||
A_MULSS,
|
||||
A_MULSD,
|
||||
A_SUBSS,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user