Browse Source

* use simpler FMOV instead of UMOV

florian 3 năm trước cách đây
mục cha
commit
ceab50cafb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/aarch64/cgcpu.pas

+ 1 - 1
compiler/aarch64/cgcpu.pas

@@ -1238,7 +1238,7 @@ implementation
            r:=makeregsize(intreg,fromsize)
          else
            r:=intreg;
-         list.concat(taicpu.op_reg_indexedreg(A_UMOV,r,mmreg,0));
+         list.concat(taicpu.op_reg_reg(A_FMOV,r,mmreg));
        end;