aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_expr.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/sem_expr.ads')
-rw-r--r--src/vhdl/sem_expr.ads5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/vhdl/sem_expr.ads b/src/vhdl/sem_expr.ads
index 696217c7b..1e6ada5ba 100644
--- a/src/vhdl/sem_expr.ads
+++ b/src/vhdl/sem_expr.ads
@@ -206,13 +206,12 @@ package Sem_Expr is
-- IS_SUB_RANGE True, they must be within SUB_TYPE.
-- The choices must be locally static.
-- If REORDER_CHOICES is true, CHOICE_CHAIN is ordered.
- procedure Sem_Check_Continuous_Choices (Choice_Chain : in out Iir;
+ procedure Sem_Check_Continuous_Choices (Choice_Chain : Iir;
Choice_Type : Iir;
Low : out Iir;
High : out Iir;
Loc : Location_Type;
- Is_Sub_Range : Boolean;
- Reorder_Choices : Boolean);
+ Is_Sub_Range : Boolean);
-- Analyze CHOICE_LIST when the choice expression SEL is of a
-- one-dimensional character array type.