aboutsummaryrefslogtreecommitdiffstats
path: root/sem_stmts.adb
diff options
context:
space:
mode:
Diffstat (limited to 'sem_stmts.adb')
-rw-r--r--sem_stmts.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sem_stmts.adb b/sem_stmts.adb
index 14fabde95..ca3afdfe1 100644
--- a/sem_stmts.adb
+++ b/sem_stmts.adb
@@ -756,7 +756,7 @@ package body Sem_Stmts is
if Expr /= Null_Iir then
Expr := Sem_Expression (Expr, String_Type_Definition);
Check_Read (Expr);
- -- Expr := Eval_Expr_If_Static (Expr);
+ Expr := Eval_Expr_If_Static (Expr);
Set_Report_Expression (Stmt, Expr);
end if;