aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-disp_rti.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-06-02 06:35:02 +0200
committerTristan Gingold <tgingold@free.fr>2017-06-02 06:35:02 +0200
commitf81495cf31274567abca01cb68d3e064039162f6 (patch)
treef44fa894754356221446ba99c8e6ea05c1863a29 /src/grt/grt-disp_rti.adb
parentc5b18686521d520cb919bd3bac12bc1be9bb5ac3 (diff)
downloadghdl-f81495cf31274567abca01cb68d3e064039162f6.tar.gz
ghdl-f81495cf31274567abca01cb68d3e064039162f6.tar.bz2
ghdl-f81495cf31274567abca01cb68d3e064039162f6.zip
ghwlib/grt-waves: handle unbounded records.
Diffstat (limited to 'src/grt/grt-disp_rti.adb')
-rw-r--r--src/grt/grt-disp_rti.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grt/grt-disp_rti.adb b/src/grt/grt-disp_rti.adb
index 898300c26..9ce17ed91 100644
--- a/src/grt/grt-disp_rti.adb
+++ b/src/grt/grt-disp_rti.adb
@@ -1260,7 +1260,8 @@ package body Grt.Disp_Rti is
| Ghdl_Rtik_Type_Unbounded_Record =>
Disp_Type_Record
(To_Ghdl_Rtin_Type_Record_Acc (Rti), Ctxt, Indent);
- when Ghdl_Rtik_Subtype_Record =>
+ when Ghdl_Rtik_Subtype_Record
+ | Ghdl_Rtik_Subtype_Unbounded_Record =>
Disp_Subtype_Record_Decl
(To_Ghdl_Rtin_Subtype_Composite_Acc (Rti), Ctxt, Indent);
when Ghdl_Rtik_Type_Protected =>