ソースを参照

* small fix for ie

florian 3 年 前
コミット
4966e93764
1 ファイル変更2 行追加0 行削除
  1. 2 0
      compiler/x86/cgx86.pas

+ 2 - 0
compiler/x86/cgx86.pas

@@ -1917,6 +1917,8 @@ unit cgx86;
                 if size in [OS_M256,OS_M512] then
                   Include(current_procinfo.flags,pi_uses_ymm);
               end
+            else if size in [OS_F32,OS_F64] then
+              asmop:=opmm2asmop[0,size,op]
             else
               asmop:=opmm2asmop_full[op];
           end