aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-insts.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-insts.adb')
-rw-r--r--src/synth/synth-insts.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-insts.adb b/src/synth/synth-insts.adb
index f1ff14348..0adb9f28b 100644
--- a/src/synth/synth-insts.adb
+++ b/src/synth/synth-insts.adb
@@ -178,7 +178,7 @@ package body Synth.Insts is
-- Create the instance.
Syn_Inst := Make_Instance (Global_Instance, Get_Info (Imp));
Syn_Inst.Block_Scope := Get_Info (Decl);
- Syn_Inst.Name := New_Sname_User (Get_Identifier (Decl));
+ Syn_Inst.Name := No_Sname;
-- Copy values for generics.
Inter := Get_Generic_Chain (Decl);