mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 18:10:26 +02:00
* only walk the node tree if there are indeed captured symbols to convert
This commit is contained in:
parent
ab5c5a7e9a
commit
1606d4e28d
@ -1641,7 +1641,8 @@ implementation
|
||||
{ not required anymore }
|
||||
capturedsyms.free;
|
||||
|
||||
foreachnodestatic(pm_postprocess,tree,@convert_captured_sym,@convertarg);
|
||||
if convertarg.mappings.count>0 then
|
||||
foreachnodestatic(pm_postprocess,tree,@convert_captured_sym,@convertarg);
|
||||
|
||||
for i:=0 to convertarg.mappings.count-1 do
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user