mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 20:49:14 +02:00
-- Zusammenführen von r42652 bis r42673 in ».«:
U compiler/x86/aasmcpu.pas -- Aufzeichnung der Informationen für Zusammenführung von r42652 bis r42673 in ».«: U . git-svn-id: trunk@42674 -
This commit is contained in:
commit
413beee9ae
@ -1729,6 +1729,12 @@ implementation
|
|||||||
{ Check the operand flags }
|
{ Check the operand flags }
|
||||||
if (insot and (not currot) and OT_NON_SIZE)<>0 then
|
if (insot and (not currot) and OT_NON_SIZE)<>0 then
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
|
// IGNORE VECTOR-MEMORY-SIZE
|
||||||
|
if insot and OT_MEMORY = OT_MEMORY then
|
||||||
|
insot := insot and not(OT_BITS128 or OT_BITS256 or OT_BITS512);
|
||||||
|
|
||||||
|
|
||||||
{ Check if the passed operand size matches with one of
|
{ Check if the passed operand size matches with one of
|
||||||
the supported operand sizes }
|
the supported operand sizes }
|
||||||
if ((insot and OT_SIZE_MASK)<>0) and
|
if ((insot and OT_SIZE_MASK)<>0) and
|
||||||
|
Loading…
Reference in New Issue
Block a user