Browse Source

* use simpler FMOV instead of UMOV

florian 3 years ago
parent
commit
ceab50cafb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/aarch64/cgcpu.pas

+ 1 - 1
compiler/aarch64/cgcpu.pas

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