[project @ 2004-10-20 11:16:08 by simonmar]
[ghc-hetmet.git] / ghc / compiler / cmm / CLabel.hs
index a2634da..f50d406 100644 (file)
@@ -569,10 +569,12 @@ maybe_underscore doc
   | underscorePrefix = pp_cSEP <> doc
   | otherwise        = doc
 
+#ifdef mingw32_TARGET_OS
 -- In asm mode, we need to put the suffix on a stdcall ForeignLabel.
 -- (The C compiler does this itself).
 pprAsmCLbl (ForeignLabel fs (Just sz) _)
    = ftext fs <> char '@' <> int sz
+#endif
 pprAsmCLbl lbl
    = pprCLbl lbl