aboutsummaryrefslogtreecommitdiffstats
path: root/src/files_map.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/files_map.adb')
-rw-r--r--src/files_map.adb7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/files_map.adb b/src/files_map.adb
index e93934ce2..d6ee415b1 100644
--- a/src/files_map.adb
+++ b/src/files_map.adb
@@ -626,9 +626,10 @@ package body Files_Map is
return Create_Source_File_From_String (Name, "");
end Create_Virtual_Source_File;
- function Create_Instance_Source_File
- (Ref : Source_File_Entry; Loc : Location_Type; Inst : Vhdl.Types.Node)
- return Source_File_Entry
+ function Create_Instance_Source_File (Ref : Source_File_Entry;
+ Loc : Location_Type;
+ Inst : Vhdl.Types.Vhdl_Node)
+ return Source_File_Entry
is
pragma Unreferenced (Inst);
Base : Source_File_Entry;