aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/parse_psl.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/parse_psl.adb')
-rw-r--r--src/vhdl/parse_psl.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/parse_psl.adb b/src/vhdl/parse_psl.adb
index b71dc745f..506218ade 100644
--- a/src/vhdl/parse_psl.adb
+++ b/src/vhdl/parse_psl.adb
@@ -348,7 +348,7 @@ package body Parse_Psl is
Res := Parse_FL_Property (Prio_Lowest);
if Current_Token /= Tok_Right_Paren then
Error_Msg_Parse ("missing matching ')' for '(' at line "
- & Get_Location_Str (Loc, False));
+ & Image (Loc, False));
else
Scan;
end if;