NCG: validate fixes for ppc-darwin
[ghc-hetmet.git] / compiler / nativeGen / PIC.hs
index 6fda1e3..74c8bb3 100644 (file)
@@ -445,9 +445,8 @@ pprGotDeclaration ArchX86 OSDarwin
                ptext (sLit "\tmovl (%esp), %eax"),
                ptext (sLit "\tret") ]
 
-       | otherwise
-       = empty
-       
+pprGotDeclaration _ OSDarwin
+       = Pretty.empty
                
 -- pprGotDeclaration
 -- Output whatever needs to be output once per .s file.