Răsfoiți Sursa

* fixed dword -> single

git-svn-id: trunk@6155 -
florian 18 ani în urmă
părinte
comite
4e69739a78
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      compiler/arm/narmcnv.pas

+ 1 - 1
compiler/arm/narmcnv.pas

@@ -158,7 +158,7 @@ implementation
                 begin
                   hregister:=location.register;
                   location.register:=cg.getfpuregister(current_asmdata.CurrAsmList,location.size);
-                  current_asmdata.CurrAsmList.concat(setoppostfix(taicpu.op_reg_reg(A_MVF,hregister,location.register),PF_S));
+                  current_asmdata.CurrAsmList.concat(setoppostfix(taicpu.op_reg_reg(A_MVF,location.register,hregister),PF_S));
                 end;
             end;
           else