aboutsummaryrefslogtreecommitdiffstats
path: root/sem_stmts.ads
diff options
context:
space:
mode:
Diffstat (limited to 'sem_stmts.ads')
-rw-r--r--sem_stmts.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/sem_stmts.ads b/sem_stmts.ads
index 59102affe..d3eeb8c09 100644
--- a/sem_stmts.ads
+++ b/sem_stmts.ads
@@ -56,6 +56,9 @@ package Sem_Stmts is
-- This is used by processes and subprograms semantization.
procedure Sem_Sequential_Statements (Decl : Iir; Body_Parent : Iir);
+ -- Sem for concurrent and sequential assertion statements.
+ procedure Sem_Report_Statement (Stmt : Iir);
+
-- Get the current subprogram or process.
function Get_Current_Subprogram return Iir;
pragma Inline (Get_Current_Subprogram);