Browse Source

bugfix OS32

git-svn-id: branches/tg74/avx512@39650 -
tg74 7 years ago
parent
commit
29690162b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/x86/aasmcpu.pas

+ 1 - 1
compiler/x86/aasmcpu.pas

@@ -2571,7 +2571,7 @@ implementation
          begin
            { 16 bit address? }
 
-           if ((ir<>NR_NO) and (isub in [R_SUBMMX,R_SUBMMY,]R_SUBMMZ) and
+           if ((ir<>NR_NO) and (isub in [R_SUBMMX,R_SUBMMY,R_SUBMMZ]) and
                (br<>NR_NO) and (bsub=R_SUBD)
               ) then
            begin