X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fsm%2FEvac.c;h=fc344f90fd3d4528c6ec340d27012cbe142bce9d;hb=f7de2e9478d6f43090c8a0b38a4bdb282b001c8f;hp=26646fe4a790c1f99fc71a378544abc2fbd30973;hpb=a78f4a5c3f20f0a86050280c83923c2c2ad36b21;p=ghc-hetmet.git diff --git a/rts/sm/Evac.c b/rts/sm/Evac.c index 26646fe..fc344f9 100644 --- a/rts/sm/Evac.c +++ b/rts/sm/Evac.c @@ -295,7 +295,7 @@ selector_loop: #ifdef PROFILING // For the purposes of LDV profiling, we have destroyed // the original selector thunk, p. - SET_INFO(p, info_ptr); + SET_INFO(p, (StgInfoTable *)info_ptr); LDV_RECORD_DEAD_FILL_SLOP_DYNAMIC((StgClosure *)p); SET_INFO(p, &stg_BLACKHOLE_info); #endif