aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
diff options
context:
space:
mode:
authorOndrej Ille <ondrej.ille@gmail.com>2021-03-20 15:55:10 +0100
committertgingold <tgingold@users.noreply.github.com>2021-03-22 08:26:02 +0100
commitc5df00481cca6bd2e9c9279d97ac78152562f496 (patch)
tree8da7f148c4b2c6d5fcc9ad2583504469bf7f09e8 /src/vhdl
parentd3e0e8a132109c1143052ad949c89d82a726a728 (diff)
downloadghdl-c5df00481cca6bd2e9c9279d97ac78152562f496.tar.gz
ghdl-c5df00481cca6bd2e9c9279d97ac78152562f496.tar.bz2
ghdl-c5df00481cca6bd2e9c9279d97ac78152562f496.zip
src: Fix notes on pull-request.
Diffstat (limited to 'src/vhdl')
-rw-r--r--src/vhdl/translate/trans-chap9.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/translate/trans-chap9.adb b/src/vhdl/translate/trans-chap9.adb
index b68b588fd..8fe0673e5 100644
--- a/src/vhdl/translate/trans-chap9.adb
+++ b/src/vhdl/translate/trans-chap9.adb
@@ -489,7 +489,7 @@ package body Trans.Chap9 is
Ghdl_Location_Ptr_Node));
New_Procedure_Call (Assocs);
- if Flags.Flag_Psl_Warn_Uncovered then
+ if Flags.Flag_Psl_Report_Uncovered then
New_Else_Stmt (Blk);
Start_Association (Assocs, Ghdl_Psl_Cover_Failed);