From 4e69739a78d5eb8a8d3237ea178289943526b8f8 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 23 Jan 2007 22:12:13 +0000 Subject: [PATCH] * fixed dword -> single git-svn-id: trunk@6155 - --- compiler/arm/narmcnv.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/arm/narmcnv.pas b/compiler/arm/narmcnv.pas index df89707d96..e24093ab96 100644 --- a/compiler/arm/narmcnv.pas +++ b/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