diff options
Diffstat (limited to 'src/vhdl/sem_expr.ads')
-rw-r--r-- | src/vhdl/sem_expr.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/sem_expr.ads b/src/vhdl/sem_expr.ads index 5c976ac72..15ae1da39 100644 --- a/src/vhdl/sem_expr.ads +++ b/src/vhdl/sem_expr.ads @@ -156,7 +156,8 @@ package Sem_Expr is Annex_Arr : Annex_Array_Acc; end record; - -- Compute the number of locally static choices and set Has_Others. + -- Compute the number of locally static choices (excluding others) and + -- set Has_Others. procedure Count_Choices (Info : out Choice_Info_Type; Choice_Chain : Iir); -- Allocate and fill INFO.ARR. |