diff options
Diffstat (limited to 'src/ghdldrv/ghdlprint.adb')
-rw-r--r-- | src/ghdldrv/ghdlprint.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlprint.adb b/src/ghdldrv/ghdlprint.adb index 093ba00a9..d228f2d1f 100644 --- a/src/ghdldrv/ghdlprint.adb +++ b/src/ghdldrv/ghdlprint.adb @@ -992,6 +992,7 @@ package body Ghdlprint is Canon.Canon_Flag_Concurrent_Stmts := False; Canon.Canon_Flag_Configurations := False; Canon.Canon_Flag_Specification_Lists := False; + Canon.Canon_Flag_Associations := False; -- Parse all files. for I in Args'Range loop |