mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 15:09:14 +02:00
* added missing firstpass for callparatemp code
This commit is contained in:
parent
a835c08458
commit
527153658e
@ -2243,6 +2243,7 @@ type
|
||||
curpara.left := ctemprefnode.create(temp);
|
||||
if take_addr then
|
||||
curpara.left := ctypeconvnode.create_explicit(cderefnode.create(curpara.left),orgtype^);
|
||||
firstpass(curpara.left);
|
||||
end;
|
||||
curpara := tcallparanode(curpara.right);
|
||||
curparaitem := tparaitem(curparaitem.previous);
|
||||
@ -2726,7 +2727,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.158 2003-05-23 14:27:35 peter
|
||||
Revision 1.159 2003-05-24 17:16:37 jonas
|
||||
* added missing firstpass for callparatemp code
|
||||
|
||||
Revision 1.158 2003/05/23 14:27:35 peter
|
||||
* remove some unit dependencies
|
||||
* current_procinfo changes to store more info
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user