X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FllvmGen%2FLlvmCodeGen%2FPpr.hs;fp=compiler%2FllvmGen%2FLlvmCodeGen%2FPpr.hs;h=6c65f184a5f503ff62f9312516ff443c5948d78d;hp=daadc55fff255520f56421a7656dc00d04a7dfa9;hb=5d2f6a5323df8586c6534a50ebd6f06f1bf19109;hpb=7c36879d73b451d7888dbfce617a974395ce7885 diff --git a/compiler/llvmGen/LlvmCodeGen/Ppr.hs b/compiler/llvmGen/LlvmCodeGen/Ppr.hs index daadc55..6c65f18 100644 --- a/compiler/llvmGen/LlvmCodeGen/Ppr.hs +++ b/compiler/llvmGen/LlvmCodeGen/Ppr.hs @@ -135,6 +135,6 @@ mkLayoutSection n -- section specifier will be replaced with '.text' by the mangler. = Just (fsLit $ "__STRIP,__me" ++ show n) #else - = Just (fsLit $ ".text # .text " ++ show n ++ " #") + = Just (fsLit $ ".text; .text " ++ show n ++ " #") #endif