aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdllocal.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-10-10 05:54:36 +0200
committerTristan Gingold <tgingold@free.fr>2016-10-10 06:26:00 +0200
commitd827259e262f5203953013da136840dba713a4df (patch)
tree6512650122e3d915b5290ddf131dc738340cf2cb /src/ghdldrv/ghdllocal.adb
parent8b090b01da269679e98a578f4fda17e3e4adce12 (diff)
downloadghdl-d827259e262f5203953013da136840dba713a4df.tar.gz
ghdl-d827259e262f5203953013da136840dba713a4df.tar.bz2
ghdl-d827259e262f5203953013da136840dba713a4df.zip
ghdl --dir: handle context declaration.
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;