diff options
Diffstat (limited to 'src/vhdl/post_sems.adb')
-rw-r--r-- | src/vhdl/post_sems.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/post_sems.adb b/src/vhdl/post_sems.adb index 145d50a14..2a45879c0 100644 --- a/src/vhdl/post_sems.adb +++ b/src/vhdl/post_sems.adb @@ -69,7 +69,7 @@ package body Post_Sems is Ieee.Vital_Timing.Check_Vital_Level1 (Unit); end if; - Value := Get_Chain (Value); + Value := Get_Value_Chain (Value); end loop; end if; end Post_Sem_Checks; |