[project @ 1997-07-25 23:25:40 by sof]
authorsof <unknown>
Fri, 25 Jul 1997 23:25:40 +0000 (23:25 +0000)
committersof <unknown>
Fri, 25 Jul 1997 23:25:40 +0000 (23:25 +0000)
wibble

ghc/compiler/nativeGen/MachCode.lhs

index 128eeb6..96a148c 100644 (file)
@@ -150,7 +150,7 @@ mangleIndexTree (StIndex pk base off)
                   StPrim SllOp [off, StInt s]
     ]
   where
-    shift DoubleRep    = 3
+    shift DoubleRep    = 3::Integer
     shift _            = IF_ARCH_alpha(3,2)
 \end{code}