X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fsm%2FGCAux.c;h=c1ff54123dda8db7c2b99738661b27d41f20ff47;hb=1c45176f3b9be75b5c4744d9ef074430bf034e3f;hp=66806f4d3fe43f701eb3d3f378a9a9f7a4e2cb77;hpb=74ee9df9f9e79e7110e9d8541b84010f35c464c5;p=ghc-hetmet.git diff --git a/rts/sm/GCAux.c b/rts/sm/GCAux.c index 66806f4..c1ff541 100644 --- a/rts/sm/GCAux.c +++ b/rts/sm/GCAux.c @@ -48,7 +48,7 @@ isAlive(StgClosure *p) // Problem here is that we sometimes don't set the link field, eg. // for static closures with an empty SRT or CONSTR_STATIC_NOCAFs. // - if (!HEAP_ALLOCED(q)) { + if (!HEAP_ALLOCED_GC(q)) { return p; }