aboutsummaryrefslogtreecommitdiffstats
path: root/disp_tree.adb
diff options
context:
space:
mode:
Diffstat (limited to 'disp_tree.adb')
-rw-r--r--disp_tree.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/disp_tree.adb b/disp_tree.adb
index c02951977..460bd17b4 100644
--- a/disp_tree.adb
+++ b/disp_tree.adb
@@ -207,8 +207,8 @@ package body Disp_Tree is
when Iir_Kind_Entity_Declaration =>
Put ("entity_declaration");
Disp_Identifier (Tree);
- when Iir_Kind_Architecture_Declaration =>
- Put ("architecture_declaration");
+ when Iir_Kind_Architecture_Body =>
+ Put ("architecture_body");
Disp_Identifier (Tree);
when Iir_Kind_Configuration_Declaration =>
Put ("configuration_declaration");
@@ -704,7 +704,7 @@ package body Disp_Tree is
Disp_Tree_Chain (Get_Generic_Chain (Tree), Ntab);
Header ("generic map aspect chain:");
Disp_Tree_Chain (Get_Generic_Map_Aspect_Chain (Tree), Ntab);
- when Iir_Kind_Architecture_Declaration =>
+ when Iir_Kind_Architecture_Body =>
if Flat_Decl then
return;
end if;