summaryrefslogtreecommitdiffstats
path: root/bytecomp/instruct.mli
diff options
context:
space:
mode:
Diffstat (limited to 'bytecomp/instruct.mli')
-rw-r--r--bytecomp/instruct.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecomp/instruct.mli b/bytecomp/instruct.mli
index 1958551ff..97fa90a2a 100644
--- a/bytecomp/instruct.mli
+++ b/bytecomp/instruct.mli
@@ -31,7 +31,7 @@ type compilation_env =
type debug_event =
{ mutable ev_pos: int; (* Position in bytecode *)
- ev_file: string; (* Source file name *)
+ ev_module: string; (* Name of defining module *)
ev_char: int; (* Location in source file *)
ev_kind: debug_event_kind; (* Before/after event *)
ev_typenv: Env.summary; (* Typing environment *)