diff options
author | wolfgang <unknown> | 2002-06-12 21:43:47 +0000 |
---|---|---|
committer | wolfgang <unknown> | 2002-06-12 21:43:47 +0000 |
commit | b02102f29e8043e74eef7108f75b07fe643a77aa (patch) | |
tree | 7817790d4b6f655e6970f8b7063c211b78c6fb18 | |
parent | 85ef4519598dd4c14216d3d81222d84393f6da34 (diff) | |
download | haskell-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.lprl | 2 |
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 |