aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/TargetPrinter.ml
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc/TargetPrinter.ml')
-rw-r--r--powerpc/TargetPrinter.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/powerpc/TargetPrinter.ml b/powerpc/TargetPrinter.ml
index 24511887..3f12a829 100644
--- a/powerpc/TargetPrinter.ml
+++ b/powerpc/TargetPrinter.ml
@@ -151,9 +151,9 @@ module Linux_System : SYSTEM =
let print_prologue oc =
if !Clflags.option_g then begin
- section oc Section_text;
- fprintf oc " .cfi_sections .debug_frame\n"
- end
+ section oc Section_text;
+ cfi_section oc
+ end
let print_epilogue oc =
if !Clflags.option_g then