[project @ 2004-10-08 03:09:19 by dons]
authordons <unknown>
Fri, 8 Oct 2004 03:09:19 +0000 (03:09 +0000)
committerdons <unknown>
Fri, 8 Oct 2004 03:09:19 +0000 (03:09 +0000)
Add missing final #else case for howToAccessLabel.

ghc/compiler/nativeGen/PositionIndependentCode.hs

index d6812b1..cca5df8 100644 (file)
@@ -241,6 +241,9 @@ howToAccessLabel isJump lbl
    | isJump = AccessViaStub
 #endif
    | otherwise = AccessViaSymbolPtr
+
+#else
+howToAccessLabel = panic "PositionIndependentCode.howToAccessLabel"
 #endif
 
 -- -------------------------------------------------------------------