* fixed result registers for reals when using softfloat mode

git-svn-id: trunk@1194 -
This commit is contained in:
florian 2005-09-25 17:44:24 +00:00
parent 6bf3269b41
commit 5efee639fa

View File

@ -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,