mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:09:32 +02:00
* fix compilation with DEBUG_NODE_XML defined
This commit is contained in:
parent
f73fc7d566
commit
0c9b622a74
@ -818,7 +818,7 @@ implementation
|
||||
{$ifdef DEBUG_NODE_XML}
|
||||
{ Methods of generic classes don't get any code generated, so output
|
||||
the node tree here }
|
||||
if (df_generic in procdef.defoptions) then
|
||||
if (df_generic in pi.procdef.defoptions) then
|
||||
pi.XMLPrintProc(True);
|
||||
{$endif DEBUG_NODE_XML}
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user