[project @ 1998-01-30 13:55:58 by sof]
authorsof <unknown>
Fri, 30 Jan 1998 13:55:58 +0000 (13:55 +0000)
committersof <unknown>
Fri, 30 Jan 1998 13:55:58 +0000 (13:55 +0000)
buglet (showSDoc, not show)

ghc/compiler/nativeGen/MachRegs.lhs

index 0b01a61..06cbae1 100644 (file)
@@ -94,7 +94,7 @@ dblImmLit r
         IF_ARCH_alpha({-prepend nothing-}
        ,IF_ARCH_i386( '0' : 'd' :
        ,IF_ARCH_sparc('0' : 'r' :,)))
-       show (rational r))
+       showSDoc (rational r))
 \end{code}
 
 % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -