From b02102f29e8043e74eef7108f75b07fe643a77aa Mon Sep 17 00:00:00 2001 From: wolfgang Date: Wed, 12 Jun 2002 21:43:47 +0000 Subject: [PATCH] [project @ 2002-06-12 21:43:47 by wolfgang] (powerpc-darwin) Add a missing newline to the prologue. --- ghc/driver/mangler/ghc-asm.lprl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/driver/mangler/ghc-asm.lprl b/ghc/driver/mangler/ghc-asm.lprl index 3c6b2b4..8919f46 100644 --- a/ghc/driver/mangler/ghc-asm.lprl +++ b/ghc/driver/mangler/ghc-asm.lprl @@ -772,7 +772,7 @@ sub mangle_asm { # (which loads the current instruction pointer into register r31) $p .= "bcl 20,31,$pcrel_label\n"; $p .= "$pcrel_label:\n"; - $p .= "\tmflr r31"; + $p .= "\tmflr r31\n"; } # glue together what's left -- 1.7.10.4