mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 10:26:05 +02:00
bugfix OS32
git-svn-id: branches/tg74/avx512@39649 -
This commit is contained in:
parent
7c5cefad36
commit
d6bd114b74
@ -1607,7 +1607,7 @@ begin
|
||||
|
||||
if gas_needsuffix[opcode] in [attsufFPU,attsufFPUint] then
|
||||
asize:=OT_BITS64
|
||||
else if MemRefInfo(opcode).ExistsSSEAVX then asize:=OT_BITS64;
|
||||
else if MemRefInfo(opcode).ExistsSSEAVX then asize:=OT_BITS64
|
||||
{$ifdef i386}
|
||||
else
|
||||
asize:=OT_BITS32
|
||||
|
Loading…
Reference in New Issue
Block a user