aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-annotations.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-annotations.ads')
-rw-r--r--src/vhdl/vhdl-annotations.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-annotations.ads b/src/vhdl/vhdl-annotations.ads
index 2f698cf16..34fa26e12 100644
--- a/src/vhdl/vhdl-annotations.ads
+++ b/src/vhdl/vhdl-annotations.ads
@@ -92,7 +92,7 @@ package Vhdl.Annotations is
case Kind is
when Kind_Block =>
-- Slot number in the parent (for blocks).
- Inst_Slot : Instance_Slot_Type;
+ Inst_Slot : Object_Slot_Type;
-- Number of children (blocks, generate, instantiation).
Nbr_Instances : Instance_Slot_Type;