diff options
Diffstat (limited to 'src/vhdl')
| -rw-r--r-- | src/vhdl/canon.adb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/canon.adb b/src/vhdl/canon.adb index a25582c65..d2c3cc8c3 100644 --- a/src/vhdl/canon.adb +++ b/src/vhdl/canon.adb @@ -367,7 +367,7 @@ package body Canon is              when Iir_Kind_Report_Statement =>                 --  LRM08 11.3                 --  See assertion_statement case. -               Canon_Extract_Sensitivity +               Canon_Extract_Sensitivity_If_Not_Null                   (Get_Severity_Expression (Stmt), List);                 Canon_Extract_Sensitivity                   (Get_Report_Expression (Stmt), List);  | 
