Browse Source

bugfix cvtsi2sd(q/l) from pascal-code

git-svn-id: branches/tg74/avx1@22942 -
tg74 12 years ago
parent
commit
a56e3b7b8a
1 changed files with 4 additions and 0 deletions
  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;