aboutsummaryrefslogtreecommitdiffstats
path: root/debug/DwarfTypes.mli
diff options
context:
space:
mode:
Diffstat (limited to 'debug/DwarfTypes.mli')
-rw-r--r--debug/DwarfTypes.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/DwarfTypes.mli b/debug/DwarfTypes.mli
index d4fb0df9..c02558b5 100644
--- a/debug/DwarfTypes.mli
+++ b/debug/DwarfTypes.mli
@@ -228,7 +228,7 @@ type dw_entry =
id: reference;
}
-
+(* Module type for a matching from type to dwarf encoding *)
module type DWARF_ABBREVS =
sig
val sibling_type_abbr: int
@@ -259,6 +259,7 @@ module type DWARF_ABBREVS =
val bound_ref_type_abbr: int
end
+(* The target specific functions for printing the debug information *)
module type DWARF_TARGET=
sig
val label: out_channel -> int -> unit