aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-12-11 18:45:28 +0100
committerTristan Gingold <tgingold@free.fr>2017-12-11 18:45:28 +0100
commitd83f450c7b03a04348f168c86fb8b0413096a13f (patch)
tree20f04b6f6ab7887e3b6151cafe18cef9c1ea0fee /src
parentc45ff2bef0b61aa82599ee8a4f28e4766039b69e (diff)
downloadghdl-d83f450c7b03a04348f168c86fb8b0413096a13f.tar.gz
ghdl-d83f450c7b03a04348f168c86fb8b0413096a13f.tar.bz2
ghdl-d83f450c7b03a04348f168c86fb8b0413096a13f.zip
simul-elaboration: handle unbounded records.
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/simulate/simul-elaboration.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/simulate/simul-elaboration.adb b/src/vhdl/simulate/simul-elaboration.adb
index a6dc61ebf..c1bc7ff88 100644
--- a/src/vhdl/simulate/simul-elaboration.adb
+++ b/src/vhdl/simulate/simul-elaboration.adb
@@ -669,7 +669,7 @@ package body Simul.Elaboration is
| Iir_Kind_Record_Subtype_Definition =>
declare
List : constant Iir_Flist :=
- Get_Elements_Declaration_List (Get_Base_Type (Decl));
+ Get_Elements_Declaration_List (Decl);
El : Iir_Element_Declaration;
begin
Res := Create_Record_Value