aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-prints.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-prints.adb')
-rw-r--r--src/vhdl/vhdl-prints.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-prints.adb b/src/vhdl/vhdl-prints.adb
index 47afb99c3..b8513d28e 100644
--- a/src/vhdl/vhdl-prints.adb
+++ b/src/vhdl/vhdl-prints.adb
@@ -274,6 +274,8 @@ package body Vhdl.Prints is
| Iir_Kind_Protected_Type_Declaration =>
-- Used for 'end' DECL_NAME.
Disp_Identifier (Ctxt, Get_Type_Declarator (Decl));
+ when Iir_Kind_Record_Nature_Definition =>
+ Disp_Identifier (Ctxt, Get_Nature_Declarator (Decl));
when Iir_Kind_Component_Instantiation_Statement =>
Disp_Ident (Ctxt, Get_Label (Decl));
when Iir_Kind_Design_Unit =>