mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 17:50:16 +02:00
* compilation on i386-linux fixed
git-svn-id: trunk@42675 -
This commit is contained in:
parent
413beee9ae
commit
46b4f91175
@ -1732,7 +1732,7 @@ implementation
|
||||
|
||||
// IGNORE VECTOR-MEMORY-SIZE
|
||||
if insot and OT_MEMORY = OT_MEMORY then
|
||||
insot := insot and not(OT_BITS128 or OT_BITS256 or OT_BITS512);
|
||||
insot := insot and not(int64(OT_BITS128 or OT_BITS256 or OT_BITS512));
|
||||
|
||||
|
||||
{ Check if the passed operand size matches with one of
|
||||
|
Loading…
Reference in New Issue
Block a user