diff options
Diffstat (limited to 'src/vhdl/parse.adb')
-rw-r--r-- | src/vhdl/parse.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/parse.adb b/src/vhdl/parse.adb index f2b0682e1..0422e3471 100644 --- a/src/vhdl/parse.adb +++ b/src/vhdl/parse.adb @@ -6762,6 +6762,7 @@ package body Parse is when Iir_Kind_Parenthesis_Name => -- Could be an indexed name, so nothing to check within the -- parenthesis. + Set_In_Formal_Flag (Get_Association_Chain (Formal), True); return Formal; when Iir_Kind_String_Literal8 => -- Operator designator |