aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_lib.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-10 21:43:00 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-10 21:43:00 +0200
commitb76ff335a807be97a79e272b5e9bf08a99d3d8d6 (patch)
tree414e004aaaa69fa5a7987028ba54429e0707e3a3 /src/vhdl/vhdl-sem_lib.adb
parent4be73be561379cff6b0e5966e020d90387085034 (diff)
downloadghdl-b76ff335a807be97a79e272b5e9bf08a99d3d8d6.tar.gz
ghdl-b76ff335a807be97a79e272b5e9bf08a99d3d8d6.tar.bz2
ghdl-b76ff335a807be97a79e272b5e9bf08a99d3d8d6.zip
vhdl: decouple errorouts a bit more.
Diffstat (limited to 'src/vhdl/vhdl-sem_lib.adb')
-rw-r--r--src/vhdl/vhdl-sem_lib.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-sem_lib.adb b/src/vhdl/vhdl-sem_lib.adb
index fcbb9bd1e..e3ff86ed8 100644
--- a/src/vhdl/vhdl-sem_lib.adb
+++ b/src/vhdl/vhdl-sem_lib.adb
@@ -34,7 +34,7 @@ with Vhdl.Nodes_GC;
package body Vhdl.Sem_Lib is
procedure Error_Lib_Msg (Msg : String; Arg1 : Earg_Type) is
begin
- Report_Msg (Msgid_Error, Library, No_Location, Msg, (1 => Arg1));
+ Report_Msg (Msgid_Error, Library, No_Source_Coord, Msg, (1 => Arg1));
end Error_Lib_Msg;
function Load_File (File : Source_File_Entry) return Iir_Design_File