mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 08:48:08 +02:00
* completely disable records containing float fields in registers again, as
the code generator does not support subsetreg loads of floats git-svn-id: trunk@45800 -
This commit is contained in:
parent
db250b04e0
commit
3e9e0a0f7d
@ -2352,10 +2352,9 @@ implementation
|
||||
not trecorddef(self).contains_cross_aword_field and
|
||||
{ records cannot go into registers on 16 bit targets for now }
|
||||
(sizeof(aint)>2) and
|
||||
(not trecorddef(self).contains_float_field) or
|
||||
(recsize <= sizeof(aint))
|
||||
) and
|
||||
not needs_inittable;
|
||||
not trecorddef(self).contains_float_field
|
||||
) and
|
||||
not needs_inittable;
|
||||
{$endif cpuhighleveltarget}
|
||||
end;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user