aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_expr.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-sem_expr.ads')
-rw-r--r--src/vhdl/vhdl-sem_expr.ads3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-sem_expr.ads b/src/vhdl/vhdl-sem_expr.ads
index f24ec159a..98d89c6cd 100644
--- a/src/vhdl/vhdl-sem_expr.ads
+++ b/src/vhdl/vhdl-sem_expr.ads
@@ -259,8 +259,7 @@ package Vhdl.Sem_Expr is
-- If EXPR is partially or fully analyzed, ATYPE must not be null_iir and
-- it is checked with the types of EXPR. EXPR may become fully analyzed.
function Sem_Expression_Wildcard
- (Expr : Iir; Atype : Iir; Force_Constrained : Boolean := False)
- return Iir;
+ (Expr : Iir; Atype : Iir; Constrained : Boolean := False) return Iir;
-- To be used after Sem_Expression_Wildcard to update list ATYPE of
-- possible types.