cosmetic chagnes
This commit is contained in:
parent
c2b41b6d0c
commit
1258b8bff3
|
@ -722,7 +722,8 @@ gc_sweep_page(pic_state *pic, struct heap_page *page)
|
||||||
} else {
|
} else {
|
||||||
if (head == NULL) {
|
if (head == NULL) {
|
||||||
head = p;
|
head = p;
|
||||||
} else {
|
}
|
||||||
|
if (tail != NULL) {
|
||||||
tail->s.ptr = p;
|
tail->s.ptr = p;
|
||||||
}
|
}
|
||||||
tail = p;
|
tail = p;
|
||||||
|
|
Loading…
Reference in New Issue