aboutsummaryrefslogtreecommitdiffstats
path: root/arm/TargetPrinter.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-10-16 13:14:15 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-10-16 13:14:15 +0200
commit32ab0017ba80baafd03230960beaf3e256637369 (patch)
tree7a3680099dcc85d79aab9cac570f389d4f763752 /arm/TargetPrinter.ml
parent24b4159b6a29328c529e0e59405e03ea192aa99e (diff)
downloadcompcert-kvx-32ab0017ba80baafd03230960beaf3e256637369.tar.gz
compcert-kvx-32ab0017ba80baafd03230960beaf3e256637369.zip
Fixed typos in the arm and ia32 section printing.
Bug 17392
Diffstat (limited to 'arm/TargetPrinter.ml')
-rw-r--r--arm/TargetPrinter.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm/TargetPrinter.ml b/arm/TargetPrinter.ml
index 9f435cee..3b920ce0 100644
--- a/arm/TargetPrinter.ml
+++ b/arm/TargetPrinter.ml
@@ -157,7 +157,7 @@ module Target (Opt: PRINTER_OPTIONS) : TARGET =
| Section_debug_loc -> ".section .debug_loc,\"\",%progbits"
| Section_debug_abbrev -> ".section .debug_abbrev,\"\",%progbits"
| Section_debug_line _ -> ".section .debug_line,\"\",%progbits"
- | Section_debug_line -> ".section .debug_ranges,\"\",%progbits"
+ | Section_debug_ranges -> ".section .debug_ranges,\"\",%progbits"
| Section_debug_str -> ".section .debug_str,\"MS\",%progbits,1"
let section oc sec =