mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-20 15:18:24 +02:00
* push_value_para didn't release floatdef locations, fixes tw2045
This commit is contained in:
parent
7fa9aab48d
commit
593e30b839
@ -769,6 +769,7 @@ implementation
|
|||||||
else
|
else
|
||||||
internalerror(200204243);
|
internalerror(200204243);
|
||||||
end;
|
end;
|
||||||
|
location_release(exprasmlist,p.location);
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
@ -1875,7 +1876,10 @@ function returns in a register and the caller receives it in an other one}
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.64 2002-11-27 02:33:19 peter
|
Revision 1.65 2002-11-28 23:28:14 florian
|
||||||
|
* push_value_para didn't release floatdef locations, fixes tw2045
|
||||||
|
|
||||||
|
Revision 1.64 2002/11/27 02:33:19 peter
|
||||||
* copy_value_on_stack method added for cdecl record passing
|
* copy_value_on_stack method added for cdecl record passing
|
||||||
|
|
||||||
Revision 1.63 2002/11/25 17:43:18 peter
|
Revision 1.63 2002/11/25 17:43:18 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user