diff options
Diffstat (limited to 'src/vhdl/vhdl-annotations.adb')
-rw-r--r-- | src/vhdl/vhdl-annotations.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-annotations.adb b/src/vhdl/vhdl-annotations.adb index fb8603c56..77cc58434 100644 --- a/src/vhdl/vhdl-annotations.adb +++ b/src/vhdl/vhdl-annotations.adb @@ -968,6 +968,7 @@ package body Vhdl.Annotations is end; when Iir_Kind_For_Loop_Statement => + Create_Object_Info (Block_Info, Stmt); Annotate_Declaration (Block_Info, Get_Parameter_Specification (Stmt)); Annotate_Sequential_Statement_Chain |