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 {
|
||||
if (head == NULL) {
|
||||
head = p;
|
||||
} else {
|
||||
}
|
||||
if (tail != NULL) {
|
||||
tail->s.ptr = p;
|
||||
}
|
||||
tail = p;
|
||||
|
|
Loading…
Reference in New Issue