mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:59:42 +02:00
* redundant freetemp removed
This commit is contained in:
parent
9a1925980c
commit
66516ba989
@ -696,8 +696,10 @@ implementation
|
||||
end;
|
||||
|
||||
if releaseright then
|
||||
location_release(exprasmlist,right.location);
|
||||
location_freetemp(exprasmlist,right.location);
|
||||
begin
|
||||
location_release(exprasmlist,right.location);
|
||||
location_freetemp(exprasmlist,right.location);
|
||||
end;
|
||||
location_release(exprasmlist,left.location);
|
||||
|
||||
truelabel:=otlabel;
|
||||
@ -950,7 +952,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.118 2004-06-20 08:55:29 florian
|
||||
Revision 1.119 2004-06-29 20:57:03 peter
|
||||
* redundant freetemp removed
|
||||
|
||||
Revision 1.118 2004/06/20 08:55:29 florian
|
||||
* logs truncated
|
||||
|
||||
Revision 1.117 2004/06/16 20:07:08 florian
|
||||
|
Loading…
Reference in New Issue
Block a user