Fix scoped type variables for expression type signatures
[ghc-hetmet.git] / compiler / cmm / CLabel.hs
index b6150e2..a93fba5 100644 (file)
@@ -832,4 +832,7 @@ pprDynamicLinkerAsmLabel SymbolPtr lbl
   = text "__imp_" <> pprCLabel lbl
 pprDynamicLinkerAsmLabel _ _
   = panic "pprDynamicLinkerAsmLabel"
+#else
+pprDynamicLinkerAsmLabel _ _
+  = panic "pprDynamicLinkerAsmLabel"
 #endif