Explorar o código

bugfix OS32

git-svn-id: branches/tg74/avx512@39649 -
tg74 %!s(int64=7) %!d(string=hai) anos
pai
achega
d6bd114b74
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/x86/rax86.pas

+ 1 - 1
compiler/x86/rax86.pas

@@ -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