diff options
author | Tristan Gingold | 2015-01-18 12:18:02 +0100 |
---|---|---|
committer | Tristan Gingold | 2015-01-18 12:18:02 +0100 |
commit | 2f28dbc09fd009e5003f59c9f3aa511a834f1518 (patch) | |
tree | 5a3c9ecfb4c58922e1a2f80fc71316bff42017d4 /src/vhdl | |
parent | c6139c6025e41101a87ed0e4ae5ddd40edf15a9e (diff) | |
download | ghdl-2f28dbc09fd009e5003f59c9f3aa511a834f1518.tar.gz ghdl-2f28dbc09fd009e5003f59c9f3aa511a834f1518.tar.bz2 ghdl-2f28dbc09fd009e5003f59c9f3aa511a834f1518.zip |
Style fixes.
Diffstat (limited to 'src/vhdl')
-rw-r--r-- | src/vhdl/simulate/annotations.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/simulate/annotations.adb b/src/vhdl/simulate/annotations.adb index 93d731b..bdd9ad8 100644 --- a/src/vhdl/simulate/annotations.adb +++ b/src/vhdl/simulate/annotations.adb @@ -1008,7 +1008,8 @@ package body Annotations is (Arch_Info, Get_Concurrent_Statement_Chain (Decl)); end Annotate_Architecture; - procedure Annotate_Package (Decl: Iir_Package_Declaration) is + procedure Annotate_Package (Decl: Iir_Package_Declaration) + is Package_Info: Sim_Info_Acc; begin Assert_No_Info (Decl); |