mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 13:49:29 +02:00
* fixed the passing of the extended floating type parameters on i8086 after r24761
git-svn-id: trunk@24766 -
This commit is contained in:
parent
60879c9c4f
commit
75451181c9
@ -516,8 +516,8 @@ unit cpupara;
|
||||
end
|
||||
else
|
||||
begin
|
||||
{ We can allocate at maximum 32 bits per location }
|
||||
if paralen>sizeof(aint) then
|
||||
{ We can allocate at maximum 16 bits per location }
|
||||
if paralen>=sizeof(aint) then
|
||||
begin
|
||||
l:=sizeof(aint);
|
||||
paraloc^.def:=uinttype;
|
||||
|
Loading…
Reference in New Issue
Block a user