X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FstgSyn%2FCoreToStg.lhs;fp=ghc%2Fcompiler%2FstgSyn%2FCoreToStg.lhs;h=8fdc00398f0afd7774b9a1cf23f3e8ef03c71fcf;hb=1aeeeaf808e13a81bc79e3e0e26cbe11ff2196bd;hp=603d2dd1c6d772865e26c70aa22996dd567fc60d;hpb=27a858959f7d9cba498d199f0842f268bf22af29;p=ghc-hetmet.git diff --git a/ghc/compiler/stgSyn/CoreToStg.lhs b/ghc/compiler/stgSyn/CoreToStg.lhs index 603d2dd..8fdc003 100644 --- a/ghc/compiler/stgSyn/CoreToStg.lhs +++ b/ghc/compiler/stgSyn/CoreToStg.lhs @@ -257,7 +257,7 @@ mkTopStgRhs is_static rhs_fvs srt binder_info (StgConApp con args) = StgRhsCon noCCS con args mkTopStgRhs is_static rhs_fvs srt binder_info rhs - = ASSERT( not is_static ) + = ASSERT2( not is_static, ppr rhs ) StgRhsClosure noCCS binder_info (getFVs rhs_fvs) Updatable