diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-03-11 18:38:54 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-03-11 18:38:54 +0100 |
commit | 4c9651dfbb4aeb4bd22b1b6eb5436119f599f8e4 (patch) | |
tree | ac5c09e8fcd4276c64f0690944d0bf6d05ba5a15 /src/synth/synth-stmts.adb | |
parent | 17035deb83dd13aa9c9fc09e28c70b983aeeca59 (diff) | |
download | ghdl-4c9651dfbb4aeb4bd22b1b6eb5436119f599f8e4.tar.gz ghdl-4c9651dfbb4aeb4bd22b1b6eb5436119f599f8e4.tar.bz2 ghdl-4c9651dfbb4aeb4bd22b1b6eb5436119f599f8e4.zip |
synth: improve error message.
Diffstat (limited to 'src/synth/synth-stmts.adb')
-rw-r--r-- | src/synth/synth-stmts.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-stmts.adb b/src/synth/synth-stmts.adb index 59f14a990..c962998a7 100644 --- a/src/synth/synth-stmts.adb +++ b/src/synth/synth-stmts.adb @@ -2625,7 +2625,7 @@ package body Synth.Stmts is Lib := Get_Library (Get_Design_File (Unit)); if Get_Identifier (Lib) = Std_Names.Name_Ieee then Error_Msg_Synth - (+Expr, "unhandled call to an ieee function"); + (+Expr, "unhandled call to ieee function %i", +Imp); Set_Error (Syn_Inst); return null; end if; |