소스 검색

bugfix OS32

git-svn-id: branches/tg74/avx512@39650 -
tg74 7 년 전
부모
커밋
29690162b8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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