X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FnativeGen%2FPprMach.hs;h=64fa024f37973352e3fff7ec4631f2cfc37e7cd1;hp=5e9ff513869f0b341df7307fb6e802174d81e43b;hb=f5d4c3239e57b0396672ffc302961f84398d730e;hpb=22491570f2e5fe37559f79b7eb637a6576863963 diff --git a/compiler/nativeGen/PprMach.hs b/compiler/nativeGen/PprMach.hs index 5e9ff51..64fa024 100644 --- a/compiler/nativeGen/PprMach.hs +++ b/compiler/nativeGen/PprMach.hs @@ -714,7 +714,7 @@ pprASCII str do1 w = ptext (sLit "\t.byte\t") <> int (fromIntegral w) pprAlign bytes = - IF_ARCH_alpha(ptextSLIT(".align ") <> int pow2, + IF_ARCH_alpha(ptext (sLit ".align ") <> int pow2, IF_ARCH_i386(ptext (sLit ".align ") <> int IF_OS_darwin(pow2,bytes), IF_ARCH_x86_64(ptext (sLit ".align ") <> int IF_OS_darwin(pow2,bytes), IF_ARCH_sparc(ptext (sLit ".align ") <> int bytes,