X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FcodeGen%2FStgCmmLayout.hs;fp=compiler%2FcodeGen%2FStgCmmLayout.hs;h=21e55ee074ded1985908b3a7b9db0dcab008f31c;hp=3b69061426219a1097efdf16b46165e55d6d972a;hb=e21c922fcdd1dac193bd8ff5670787daa3c21a12;hpb=2d367f855c3556166d24cf538d5c34d0ff596a2f diff --git a/compiler/codeGen/StgCmmLayout.hs b/compiler/codeGen/StgCmmLayout.hs index 3b69061..21e55ee 100644 --- a/compiler/codeGen/StgCmmLayout.hs +++ b/compiler/codeGen/StgCmmLayout.hs @@ -400,7 +400,7 @@ mkLiveness name size bits = let small_bits = case bits of [] -> 0 - [b] -> fromIntegral b + [b] -> b _ -> panic "livenessToAddrMode" in return (smallLiveness size small_bits)