diff options
author | Tristan Gingold <tgingold@free.fr> | 2023-02-05 08:26:29 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2023-02-05 08:26:29 +0100 |
commit | 71143862c7194c7ddddd76201cccadedb3471553 (patch) | |
tree | 8d3710558e5c68970d97e44cfdab4724f477628a /src/synth/elab-vhdl_heap.adb | |
parent | bf0423ee430ba2c1aa4f51c2cb5014c1da85238a (diff) | |
download | ghdl-71143862c7194c7ddddd76201cccadedb3471553.tar.gz ghdl-71143862c7194c7ddddd76201cccadedb3471553.tar.bz2 ghdl-71143862c7194c7ddddd76201cccadedb3471553.zip |
elab-vhdl_objtypes: rename acc_bnd_sz to acc_type_sz
Diffstat (limited to 'src/synth/elab-vhdl_heap.adb')
-rw-r--r-- | src/synth/elab-vhdl_heap.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/elab-vhdl_heap.adb b/src/synth/elab-vhdl_heap.adb index 8b125c589..8e89d9387 100644 --- a/src/synth/elab-vhdl_heap.adb +++ b/src/synth/elab-vhdl_heap.adb @@ -63,7 +63,7 @@ package body Elab.Vhdl_Heap is Obj_Typ : Type_Acc; Res : out Memory_Ptr) is - Typ_Sz : constant Size_Type := Acc_Typ.Acc_Bnd_Sz; + Typ_Sz : constant Size_Type := Acc_Typ.Acc_Type_Sz; E : Heap_Entry; begin pragma Assert (Acc_Typ.Kind = Type_Access); |