aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlprint.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlprint.adb')
-rw-r--r--src/ghdldrv/ghdlprint.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlprint.adb b/src/ghdldrv/ghdlprint.adb
index 3addfbfe3..2fab7d67e 100644
--- a/src/ghdldrv/ghdlprint.adb
+++ b/src/ghdldrv/ghdlprint.adb
@@ -1092,7 +1092,7 @@ package body Ghdlprint is
loop
Scan;
if Ref_Tokens.Table (Tok_Idx) /= Current_Token then
- Report_Msg (Msgid_Error, Errorout.Parse, No_Location,
+ Report_Msg (Msgid_Error, Errorout.Parse, No_Source_Coord,
"token mismatch");
exit;
end if;