aboutsummaryrefslogtreecommitdiffstats
path: root/configuration.adb
diff options
context:
space:
mode:
Diffstat (limited to 'configuration.adb')
-rw-r--r--configuration.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.adb b/configuration.adb
index 8c75f8ac1..9cd95b157 100644
--- a/configuration.adb
+++ b/configuration.adb
@@ -175,7 +175,7 @@ package body Configuration is
-- LIB_UNIT requires a body.
if Bod = Null_Iir then
Error_Msg_Elab ("body of " & Disp_Node (Lib_Unit)
- & " was never analyzed");
+ & " was never analyzed", Lib_Unit);
elsif Get_Date (Bod) < Get_Date (Unit) then
Error_Msg_Elab (Disp_Node (Bod) & " is outdated");
Bod := Null_Iir;