diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-08-27 16:55:58 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-08-27 16:55:58 +0200 |
commit | ad44f06c82d3a6f7a520e78a93d542b034579155 (patch) | |
tree | 8eaef96bdf41f3996bac5b582a4f999ecdee377c /src/vhdl/iirs.ads | |
parent | 5dbdac34315ff4be500394903788c430ff9988a5 (diff) | |
download | ghdl-ad44f06c82d3a6f7a520e78a93d542b034579155.tar.gz ghdl-ad44f06c82d3a6f7a520e78a93d542b034579155.tar.bz2 ghdl-ad44f06c82d3a6f7a520e78a93d542b034579155.zip |
Avoid a crash with postponed assertions in vhdl08
Diffstat (limited to 'src/vhdl/iirs.ads')
-rw-r--r-- | src/vhdl/iirs.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads index 403f63fd1..87b25804f 100644 --- a/src/vhdl/iirs.ads +++ b/src/vhdl/iirs.ads @@ -2577,6 +2577,8 @@ package Iirs is -- True if at least one of the NFA edge has the EOS flag. -- Get/Set_PSL_EOS_Flag (Flag1) -- + -- Get/Set_Postponed_Flag (Flag3) + -- -- Get/Set_Visible_Flag (Flag4) -- Iir_Kind_Component_Instantiation_Statement (Medium) |