Browse Source

working on internal assembler-reader x86 opsize local/global var

git-svn-id: branches/tg74/avx512-0037785@47886 -
tg74 4 years ago
parent
commit
95fae1a81d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/x86/rax86.pas

+ 1 - 1
compiler/x86/rax86.pas

@@ -2089,7 +2089,7 @@ begin
              begin
                asize := 0;
 
-               if ((operands[i] as tx86operand).vopext <> 0) and
+               if ((operands[i] as tx86operand).vopext and OTVE_VECTOR_BCST = OTVE_VECTOR_BCST) and
                   (MemRefInfo(opcode).MemRefSizeBCST in [msbBCST32,msbBCST64]) then
                begin
                  case operands[i].size of