summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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