mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Actually link GC allocations onto the gc_alloc_chain, der.
This commit is contained in:
parent
c7ef0ded81
commit
b2692ef2ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user