aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debug/DwarfPrinter.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug/DwarfPrinter.ml b/debug/DwarfPrinter.ml
index 9e565ee4..67245ca8 100644
--- a/debug/DwarfPrinter.ml
+++ b/debug/DwarfPrinter.ml
@@ -393,8 +393,8 @@ module DwarfPrinter(Target: DWARF_TARGET)(DwarfAbbrevs:DWARF_ABBREVS):
print_opt_value oc st.structure_name print_string
let print_subprogram_addr oc (s,e) =
- fprintf oc " .4byte %a\n" label s;
- fprintf oc " .4byte %a\n" label e
+ fprintf oc " .4byte %a\n" label e;
+ fprintf oc " .4byte %a\n" label s
let print_subprogram oc sp =
let addr = get_fun_addr sp.subprogram_name in