diff options
Diffstat (limited to 'src/ghdldrv')
-rw-r--r-- | src/ghdldrv/ghdlrun.adb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ghdldrv/ghdlrun.adb b/src/ghdldrv/ghdlrun.adb index fc59d0e7e..efb0c2d4d 100644 --- a/src/ghdldrv/ghdlrun.adb +++ b/src/ghdldrv/ghdlrun.adb @@ -46,7 +46,6 @@ with Lists; with Str_Table; with Hash; with Interning; -with Nodes; with Files_Map; with Name_Table; @@ -759,7 +758,7 @@ package body Ghdlrun is Translation.Finalize; Lists.Initialize; Str_Table.Initialize; - Nodes.Initialize; + Iirs.Initialize; Files_Map.Initialize; Name_Table.Finalize; |