aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/translation.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/translate/translation.adb')
-rw-r--r--src/vhdl/translate/translation.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vhdl/translate/translation.adb b/src/vhdl/translate/translation.adb
index 86497bae5..9c3a3e2a5 100644
--- a/src/vhdl/translate/translation.adb
+++ b/src/vhdl/translate/translation.adb
@@ -272,8 +272,7 @@ package body Translation is
declare
Pathname : constant String := Files_Map.Get_Pathname
(Get_Design_File_Directory (Design_File),
- Get_Design_File_Filename (Design_File),
- False);
+ Get_Design_File_Filename (Design_File));
begin
New_Debug_Filename_Decl (Pathname);
end;