aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdllocal.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdllocal.adb')
-rw-r--r--src/ghdldrv/ghdllocal.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdllocal.adb b/src/ghdldrv/ghdllocal.adb
index 534c7b2eb..b1050e5fe 100644
--- a/src/ghdldrv/ghdllocal.adb
+++ b/src/ghdldrv/ghdllocal.adb
@@ -533,6 +533,8 @@ package body Ghdllocal is
Put ("package instance ");
when Iir_Kind_Package_Body =>
Put ("package body ");
+ when Iir_Kind_Context_Declaration =>
+ Put ("context ");
when others =>
Put ("???");
return;