From 6e7e499cfecd96f3450f90c1f438e59e288b376c Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 6 Sep 2017 05:27:30 +0200 Subject: Fix crash on report stmt in all sentisitized process Fix #407 --- src/vhdl/canon.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3