X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fcmm%2FCLabel.hs;h=a93fba55419f26f02353b1f4f7a22300fa8450b5;hb=bdee32f9a91a9bb2403a469494674c909d1bdb76;hp=b6150e29f83b0e9d69be28a75b2b936a70102205;hpb=015675fcda6dc9b92ff9f17a84162f544a217563;p=ghc-hetmet.git diff --git a/compiler/cmm/CLabel.hs b/compiler/cmm/CLabel.hs index b6150e2..a93fba5 100644 --- a/compiler/cmm/CLabel.hs +++ b/compiler/cmm/CLabel.hs @@ -832,4 +832,7 @@ pprDynamicLinkerAsmLabel SymbolPtr lbl = text "__imp_" <> pprCLabel lbl pprDynamicLinkerAsmLabel _ _ = panic "pprDynamicLinkerAsmLabel" +#else +pprDynamicLinkerAsmLabel _ _ + = panic "pprDynamicLinkerAsmLabel" #endif