diff options
Diffstat (limited to 'src/synth/synth-vhdl_static_proc.adb')
-rw-r--r-- | src/synth/synth-vhdl_static_proc.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-vhdl_static_proc.adb b/src/synth/synth-vhdl_static_proc.adb index 585b16e58..d968a8631 100644 --- a/src/synth/synth-vhdl_static_proc.adb +++ b/src/synth/synth-vhdl_static_proc.adb @@ -110,7 +110,7 @@ package body Synth.Vhdl_Static_Proc is Synth_Textio_Write_Real (Syn_Inst, Imp); when others => Error_Msg_Synth - (+Loc, "call to implicit %n is not supported", +Imp); + (Syn_Inst, Loc, "call to implicit %n is not supported", +Imp); end case; exception when File_Execution_Error => |