[project @ 2004-10-20 11:16:08 by simonmar]
authorsimonmar <unknown>
Wed, 20 Oct 2004 11:16:08 +0000 (11:16 +0000)
committersimonmar <unknown>
Wed, 20 Oct 2004 11:16:08 +0000 (11:16 +0000)
Fix braino in pprAsmCLbl

ghc/compiler/cmm/CLabel.hs

index 1366dcb..f50d406 100644 (file)
@@ -574,10 +574,9 @@ maybe_underscore doc
 -- (The C compiler does this itself).
 pprAsmCLbl (ForeignLabel fs (Just sz) _)
    = ftext fs <> char '@' <> int sz
-#else
+#endif
 pprAsmCLbl lbl
    = pprCLbl lbl
-#endif
 
 pprCLbl (StringLitLabel u)
   = pprUnique u <> ptext SLIT("_str")