diff options
Diffstat (limited to 'errorout.adb')
-rw-r--r-- | errorout.adb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/errorout.adb b/errorout.adb index cd7f4f746..404c91f37 100644 --- a/errorout.adb +++ b/errorout.adb @@ -605,6 +605,12 @@ package body Errorout is & '(' & Iirs_Utils.Image_Identifier (Arch) & ')'; end if; end; + when Iir_Kind_Package_Instantiation_Declaration => + return Disp_Identifier (Node, "instantiation package"); + + when Iir_Kind_Package_Header => + return "package header"; + when Iir_Kind_Component_Declaration => return Disp_Identifier (Node, "component"); |