diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-02-14 08:47:44 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-02-14 13:52:35 +0100 |
commit | e7adf198b9cfc3a79e690767d499147a97ffea17 (patch) | |
tree | 25b5dce05aaf36941117059a438ecf3977a2b2f2 /src/vhdl/simulate/execution.ads | |
parent | 5c9e171c40383feb36c35d7de81b74134aafeffe (diff) | |
download | ghdl-e7adf198b9cfc3a79e690767d499147a97ffea17.tar.gz ghdl-e7adf198b9cfc3a79e690767d499147a97ffea17.tar.bz2 ghdl-e7adf198b9cfc3a79e690767d499147a97ffea17.zip |
simul: fix local protected object, boolean for-generate loop
Diffstat (limited to 'src/vhdl/simulate/execution.ads')
-rw-r--r-- | src/vhdl/simulate/execution.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/simulate/execution.ads b/src/vhdl/simulate/execution.ads index 080ee59ca..533b592f8 100644 --- a/src/vhdl/simulate/execution.ads +++ b/src/vhdl/simulate/execution.ads @@ -176,6 +176,7 @@ package Execution is -- Create a block instance for subprogram IMP. function Create_Subprogram_Instance (Instance : Block_Instance_Acc; + Prot_Obj : Block_Instance_Acc; Imp : Iir) return Block_Instance_Acc; |