diff options
Diffstat (limited to 'src/vhdl/errorout.adb')
-rw-r--r-- | src/vhdl/errorout.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/errorout.adb b/src/vhdl/errorout.adb index e937cda57..1181af907 100644 --- a/src/vhdl/errorout.adb +++ b/src/vhdl/errorout.adb @@ -715,7 +715,8 @@ package body Errorout is when Iir_Kind_Association_Element_By_Individual => return "individual association element"; when Iir_Kind_Association_Element_By_Expression - | Iir_Kind_Association_Element_Package => + | Iir_Kind_Association_Element_Package + | Iir_Kind_Association_Element_Type => return "association element"; when Iir_Kind_Overload_List => return "overloaded name or expression"; |