LLVM: Fix mistype in last commit which broke TNTC under win/linux.
[ghc-hetmet.git] / compiler / llvmGen / LlvmCodeGen / Ppr.hs
index daadc55..6c65f18 100644 (file)
@@ -135,6 +135,6 @@ mkLayoutSection n
   -- section specifier will be replaced with '.text' by the mangler.
   = Just (fsLit $ "__STRIP,__me" ++ show n)
 #else
   -- 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
 
 #endif