X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FMessages.c;h=f7cb809351306723295e1da20a9bef7e252bcfe2;hb=13346da217137e4efb6cf14657960c75a23251ad;hp=7a37a8625964d6ff8f7c0c0318ceffd7abcee1e2;hpb=565f3c753ccedeb19b5b8190090241a2185eb0cb;p=ghc-hetmet.git diff --git a/rts/Messages.c b/rts/Messages.c index 7a37a86..f7cb809 100644 --- a/rts/Messages.c +++ b/rts/Messages.c @@ -161,7 +161,7 @@ nat messageBlackHole(Capability *cap, MessageBlackHole *msg) const StgInfoTable *info; StgClosure *p; StgBlockingQueue *bq; - StgClosure *bh = msg->bh; + StgClosure *bh = UNTAG_CLOSURE(msg->bh); StgTSO *owner; debugTraceCap(DEBUG_sched, cap, "message: thread %d blocking on blackhole %p",