diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/vhdl/vhdl-canon.adb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/vhdl/vhdl-canon.adb b/src/vhdl/vhdl-canon.adb index f0bc15438..7fb55f601 100644 --- a/src/vhdl/vhdl-canon.adb +++ b/src/vhdl/vhdl-canon.adb @@ -180,6 +180,8 @@ package body Vhdl.Canon is                         (Get_Actual (El), Sensitivity_List, False);                    when Iir_Kind_Association_Element_Open =>                       null; +                  when Iir_Kind_Association_Element_By_Individual => +                     null;                    when others =>                       Error_Kind ("canon_extract_sensitivity(call)", El);                 end case; | 
