aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_stmts.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-sem_stmts.adb')
-rw-r--r--src/vhdl/vhdl-sem_stmts.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-sem_stmts.adb b/src/vhdl/vhdl-sem_stmts.adb
index dff5f256b..72f370629 100644
--- a/src/vhdl/vhdl-sem_stmts.adb
+++ b/src/vhdl/vhdl-sem_stmts.adb
@@ -2611,7 +2611,7 @@ package body Vhdl.Sem_Stmts is
procedure Sem_Block (Blk: Iir)
is
- Implicit : Implicit_Signal_Declaration_Type;
+ Implicit : Implicit_Declaration_Type;
Prev_Psl_Default_Clock : Iir;
begin
Prev_Psl_Default_Clock := Current_Psl_Default_Clock;