* fixed the passing of the extended floating type parameters on i8086 after r24761

git-svn-id: trunk@24766 -
This commit is contained in:
nickysn 2013-06-02 12:03:16 +00:00
parent 60879c9c4f
commit 75451181c9

View File

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