X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FbasicTypes%2FLiteral.lhs;h=da8685e6b3f094ae51d141b6dbd787b9cba0b35a;hp=0ebf5bfdc985afdb63260ee9e74b07443bbd0423;hb=c1c2c25355bc462e521b2c5fb41ac79307da22ff;hpb=8ddee6152c215e8e8ee1cbfff3481ea5bc062305 diff --git a/compiler/basicTypes/Literal.lhs b/compiler/basicTypes/Literal.lhs index 0ebf5bf..da8685e 100644 --- a/compiler/basicTypes/Literal.lhs +++ b/compiler/basicTypes/Literal.lhs @@ -339,7 +339,7 @@ absent_lits :: UniqFM Literal absent_lits = listToUFM [ (addrPrimTyConKey, MachNullAddr) , (charPrimTyConKey, MachChar 'x') , (intPrimTyConKey, MachInt 0) - , (int64PrimTyConKey, MachInt 0) + , (int64PrimTyConKey, MachInt64 0) , (floatPrimTyConKey, MachFloat 0) , (doublePrimTyConKey, MachDouble 0) , (wordPrimTyConKey, MachWord 0)