소스 검색

bugfix cvtsi2sd(q/l) from pascal-code

git-svn-id: branches/tg74/avx2@22975 -
tg74 13 년 전
부모
커밋
5f6aa5a5f6
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      compiler/x86/agx86att.pas

+ 4 - 0
compiler/x86/agx86att.pas

@@ -346,6 +346,10 @@ interface
                                 owner.AsmWrite(gas_opsize2str[S_YMM]);
                                 break;
                               end;
+                           0: begin
+                                owner.AsmWrite(gas_opsize2str[taicpu(hp).opsize]);
+                                break;
+                              end;
                 end;
               end;
             end;