mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 00:39:34 +02:00
movzx,movsx don't support memory destinations
This commit is contained in:
parent
0772eab637
commit
4794119dd3
@ -166,6 +166,8 @@ implementation
|
||||
{ Some instructions don't allow memory references
|
||||
for destination }
|
||||
case instr.opcode of
|
||||
A_MOVZX,
|
||||
A_MOVSX,
|
||||
A_MULSS,
|
||||
A_MULSD,
|
||||
A_SUBSS,
|
||||
@ -323,7 +325,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.12 2005-02-14 17:13:10 peter
|
||||
Revision 1.13 2005-03-10 00:27:04 peter
|
||||
movzx,movsx don't support memory destinations
|
||||
|
||||
Revision 1.12 2005/02/14 17:13:10 peter
|
||||
* truncate log
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user