mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 00:12:13 +02:00
* set expectloc properly for x87 on x86
This commit is contained in:
parent
a6e75d52f7
commit
f56aa9abe7
@ -2657,7 +2657,11 @@ implementation
|
||||
if use_vectorfpu(realresdef) then
|
||||
result:=LOC_MMREGISTER
|
||||
else
|
||||
{$ifdef x86}
|
||||
result:=LOC_REFERENCE
|
||||
{$else x86}
|
||||
result:=LOC_FPUREGISTER
|
||||
{$endif x86}
|
||||
else
|
||||
result:=LOC_REFERENCE
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user