summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwolfgang <unknown>2002-06-12 21:43:47 +0000
committerwolfgang <unknown>2002-06-12 21:43:47 +0000
commitb02102f29e8043e74eef7108f75b07fe643a77aa (patch)
tree7817790d4b6f655e6970f8b7063c211b78c6fb18
parent85ef4519598dd4c14216d3d81222d84393f6da34 (diff)
downloadhaskell-b02102f29e8043e74eef7108f75b07fe643a77aa.tar.gz
[project @ 2002-06-12 21:43:47 by wolfgang]
(powerpc-darwin) Add a missing newline to the prologue.
-rw-r--r--ghc/driver/mangler/ghc-asm.lprl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/driver/mangler/ghc-asm.lprl b/ghc/driver/mangler/ghc-asm.lprl
index 3c6b2b43ea..8919f461c0 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