aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_decls.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-01-04 19:51:08 +0100
committerTristan Gingold <tgingold@free.fr>2023-01-04 19:51:08 +0100
commit456c28b50ce95dca9fb0576de161051816b6c2dc (patch)
tree1fcb58503357107a74fe032431a3ac3c51ac8a8e /src/synth/synth-vhdl_decls.ads
parent10b0d40e66decde8794e39343d83bc9694755238 (diff)
downloadghdl-456c28b50ce95dca9fb0576de161051816b6c2dc.tar.gz
ghdl-456c28b50ce95dca9fb0576de161051816b6c2dc.tar.bz2
ghdl-456c28b50ce95dca9fb0576de161051816b6c2dc.zip
synth-vhdl_decls: manually elaborate protected type body
Diffstat (limited to 'src/synth/synth-vhdl_decls.ads')
-rw-r--r--src/synth/synth-vhdl_decls.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-vhdl_decls.ads b/src/synth/synth-vhdl_decls.ads
index 06cc9f4c9..e30f18c62 100644
--- a/src/synth/synth-vhdl_decls.ads
+++ b/src/synth/synth-vhdl_decls.ads
@@ -56,7 +56,7 @@ package Synth.Vhdl_Decls is
Is_Subprg : Boolean := False);
function Create_Protected_Object (Inst : Synth_Instance_Acc;
- Decl : Node;
+ Var : Node;
Typ : Type_Acc) return Valtyp;
-- For declarations in architectural statements (top-level, entities,