aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/TargetPrinter.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-10-09 12:10:30 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-10-09 12:10:30 +0200
commit6a2cfdb1bc410532a23c58206cd00b39bc7ccba3 (patch)
tree092c72192f6952acad12397feb1f43dca08e3cd8 /powerpc/TargetPrinter.ml
parent0ffd562ae1941e37471ac0c2b8f93bed1de26441 (diff)
downloadcompcert-kvx-6a2cfdb1bc410532a23c58206cd00b39bc7ccba3.tar.gz
compcert-kvx-6a2cfdb1bc410532a23c58206cd00b39bc7ccba3.zip
Fixed syntax error and added Section_debug_line to the Json serializer.
Diffstat (limited to 'powerpc/TargetPrinter.ml')
-rw-r--r--powerpc/TargetPrinter.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerpc/TargetPrinter.ml b/powerpc/TargetPrinter.ml
index 0f0ed357..e65a8934 100644
--- a/powerpc/TargetPrinter.ml
+++ b/powerpc/TargetPrinter.ml
@@ -220,7 +220,7 @@ module Diab_System : SYSTEM =
| Section_debug_info s -> sprintf ".section .debug_info%s,,n" (if s <> ".text" then s else "")
| Section_debug_abbrev -> ".section .debug_abbrev,,n"
| Section_debug_loc -> ".section .debug_loc,,n"
- | Section_debug_line s -> sprintf ".section .debug_line.%s,,n\n" s;
+ | Section_debug_line s -> sprintf ".section .debug_line.%s,,n\n" s
let section oc sec =
let name = name_of_section sec in