Actually link GC allocations onto the gc_alloc_chain, der.
This commit is contained in:
@@ -413,6 +413,7 @@ rust_task::link_gc(gc_alloc *gcm) {
|
||||
I(dom, gcm->next == NULL);
|
||||
gcm->prev = NULL;
|
||||
gcm->next = gc_alloc_chain;
|
||||
gc_alloc_chain = gcm;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user