Compacting GC fix, we forgot to thread the new bq field of StgTSO.
[ghc-hetmet.git] / rts / sm / Compact.c
index fd6c92f..977e31d 100644 (file)
@@ -476,6 +476,7 @@ thread_TSO (StgTSO *tso)
        thread_(&tso->block_info.closure);
     }
     thread_(&tso->blocked_exceptions);
+    thread_(&tso->bq);
     
     thread_(&tso->trec);