aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
Diffstat (limited to 'debug')
-rw-r--r--debug/DebugInformation.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/DebugInformation.ml b/debug/DebugInformation.ml
index 40cc4060..9100e60b 100644
--- a/debug/DebugInformation.ml
+++ b/debug/DebugInformation.ml
@@ -686,5 +686,5 @@ let init name =
Hashtbl.reset compilation_section_start;
Hashtbl.reset compilation_section_end;
Hashtbl.reset filenum;
- all_files := StringSet.empty;
+ all_files := StringSet.singleton name;
printed_vars := StringSet.empty;