aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vhdl/vhdl-canon.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-canon.adb b/src/vhdl/vhdl-canon.adb
index 1cad2b147..b07fb7d7c 100644
--- a/src/vhdl/vhdl-canon.adb
+++ b/src/vhdl/vhdl-canon.adb
@@ -499,7 +499,7 @@ package body Vhdl.Canon is
(Get_Target (Stmt), List, True);
Ce := Get_Conditional_Expression_Chain (Stmt);
while Ce /= Null_Iir loop
- Canon_Extract_Sensitivity_Expression
+ Canon_Extract_Sensitivity_If_Not_Null
(Get_Condition (Ce), List, False);
Canon_Extract_Sensitivity_Expression
(Get_Expression (Ce), List, False);