aboutsummaryrefslogtreecommitdiffstats
path: root/debug/DwarfPrinter.ml
diff options
context:
space:
mode:
Diffstat (limited to 'debug/DwarfPrinter.ml')
-rw-r--r--debug/DwarfPrinter.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/DwarfPrinter.ml b/debug/DwarfPrinter.ml
index 2a54fa6a..1bd54470 100644
--- a/debug/DwarfPrinter.ml
+++ b/debug/DwarfPrinter.ml
@@ -627,7 +627,7 @@ module DwarfPrinter(Target: DWARF_TARGET):
print_abbrev oc;
section oc Section_debug_loc;
print_location_list oc loc;
- fprintf oc " .section .debug_line,\"\",@progbits\n";
+ section oc (Section_debug_line "");
print_label oc line_start
(* Print the debug info and abbrev section *)