summaryrefslogtreecommitdiff
path: root/src/vhdl/simulate/annotations.ads
diff options
context:
space:
mode:
authorTristan Gingold2015-01-24 05:03:05 +0100
committerTristan Gingold2015-01-24 05:03:05 +0100
commit060a592ba5f168786e3d27e4cfdc5bc2955113ac (patch)
treedeb2b3bb4496cdc6afe1203e75ade9006aafe86b /src/vhdl/simulate/annotations.ads
parentfff5e9b1ef19214bc54073c635d70ed3e9d6f9b5 (diff)
downloadghdl-060a592ba5f168786e3d27e4cfdc5bc2955113ac.tar.gz
ghdl-060a592ba5f168786e3d27e4cfdc5bc2955113ac.tar.bz2
ghdl-060a592ba5f168786e3d27e4cfdc5bc2955113ac.zip
simulation: use invalid_instance_slot instead of 0.
Diffstat (limited to 'src/vhdl/simulate/annotations.ads')
-rw-r--r--src/vhdl/simulate/annotations.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/simulate/annotations.ads b/src/vhdl/simulate/annotations.ads
index cb0d94a..5d927b5 100644
--- a/src/vhdl/simulate/annotations.ads
+++ b/src/vhdl/simulate/annotations.ads
@@ -85,7 +85,7 @@ package Annotations is
when Kind_Block
| Kind_Frame
| Kind_Process =>
- -- Slot number.
+ -- Slot number in the parent (for blocks).
Inst_Slot : Instance_Slot_Type;
-- scope level for this frame.