aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
Diffstat (limited to 'debug')
-rw-r--r--debug/DwarfPrinter.ml5
1 files changed, 4 insertions, 1 deletions
diff --git a/debug/DwarfPrinter.ml b/debug/DwarfPrinter.ml
index 270e4025..0c5fc96f 100644
--- a/debug/DwarfPrinter.ml
+++ b/debug/DwarfPrinter.ml
@@ -308,6 +308,9 @@ module DwarfPrinter(Defs:DWARF_DEFS) :
let print_debug oc entry =
compute_abbrv entry;
- print_abbrv oc
+ print_abbrv oc;
+ info_section_start oc;
+
+ info_section_end oc
end)