X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FUniqSupply.lhs;fp=ghc%2Fcompiler%2FbasicTypes%2FUniqSupply.lhs;h=4b8a7564f7c5f6f1ada17f766ff64129de7969ac;hb=c88acc8b9f4b2106108bec1f6bf64d7a6505bd8f;hp=ba06f24253eed453d67c1e2b92eea0c7519ecc96;hpb=b4613af39b9a0829c13eb2987a0469bff5ada16c;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/UniqSupply.lhs b/ghc/compiler/basicTypes/UniqSupply.lhs index ba06f24..4b8a756 100644 --- a/ghc/compiler/basicTypes/UniqSupply.lhs +++ b/ghc/compiler/basicTypes/UniqSupply.lhs @@ -86,7 +86,7 @@ mkSplitUniqSupply (C# c#) return (MkSplitUniqSupply uniq s1 s2) ) - mk_unique = _ccall_ genSymzh >>= \ (W# u#) -> + mk_unique = _ccall_ genSymZh >>= \ (W# u#) -> return (I# (w2i (mask# `or#` u#))) in mk_supply#