mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:49:17 +02:00
* fixed result registers for reals when using softfloat mode
git-svn-id: trunk@1194 -
This commit is contained in:
parent
6bf3269b41
commit
5efee639fa
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user