diff --git a/compiler/arm/cpupara.pas b/compiler/arm/cpupara.pas index 806dbe01ea..f22ba181bd 100644 --- a/compiler/arm/cpupara.pas +++ b/compiler/arm/cpupara.pas @@ -431,8 +431,8 @@ unit cpupara; begin { low } p.funcretloc[side].loc:=LOC_REGISTER; - p.funcretloc[side].register64.reglo:=NR_FUNCTION_RESULT64_LOW_REG; - p.funcretloc[side].register64.reghi:=NR_FUNCTION_RESULT64_HIGH_REG; + p.funcretloc[side].register64.reglo:=NR_FUNCTION_RESULT64_HIGH_REG; + p.funcretloc[side].register64.reghi:=NR_FUNCTION_RESULT64_LOW_REG; p.funcretloc[side].size:=OS_64; end; OS_32,