diff options
Diffstat (limited to 'rts')
-rw-r--r-- | rts/sm/Evac.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/sm/Evac.c b/rts/sm/Evac.c index 7c82caa185..53a473d26c 100644 --- a/rts/sm/Evac.c +++ b/rts/sm/Evac.c @@ -1167,6 +1167,9 @@ selector_loop: OVERWRITING_CLOSURE((StgClosure*)p); SET_INFO((StgClosure*)p, &stg_WHITEHOLE_info); write_barrier(); +#if defined(PARALLEL_GC) + abort(); // LDV is incompatible with parallel GC +#endif } #endif |