aboutsummaryrefslogtreecommitdiffstats
path: root/errorout.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-09-25 07:38:09 +0200
committerTristan Gingold <tgingold@free.fr>2014-09-25 07:38:09 +0200
commit68d26922e31aad3cb34dd3b7689bcec75ad70fcb (patch)
treeed7d40115bd74b0c4216a94bfc21d5af0837ce4f /errorout.adb
parent5edf93b87e8f3528d9063df08bf70bf538d72545 (diff)
downloadghdl-68d26922e31aad3cb34dd3b7689bcec75ad70fcb.tar.gz
ghdl-68d26922e31aad3cb34dd3b7689bcec75ad70fcb.tar.bz2
ghdl-68d26922e31aad3cb34dd3b7689bcec75ad70fcb.zip
Add a python script to automatically generate disp_tree.
Diffstat (limited to 'errorout.adb')
-rw-r--r--errorout.adb7
1 files changed, 2 insertions, 5 deletions
diff --git a/errorout.adb b/errorout.adb
index a701e1a3a..2a6d27702 100644
--- a/errorout.adb
+++ b/errorout.adb
@@ -813,13 +813,10 @@ package body Errorout is
when Iir_Kind_Binding_Indication =>
return "binding indication";
-
when Iir_Kind_Error =>
return "error";
-
--- when others =>
--- Error_Kind ("disp_node", Node);
--- return "???";
+ when Iir_Kind_Unused =>
+ return "*unused*";
end case;
end Disp_Node;