progressing iteration
This commit is contained in:
parent
8e33878483
commit
b77d425cc7
@ -164,6 +164,7 @@ void print_holes(node* umem_head) {
|
|||||||
if (umem_head->base_register - 0x10000 != 0) {
|
if (umem_head->base_register - 0x10000 != 0) {
|
||||||
node *hole = add_node( hole, 0x10000, umem_head->base_register-0x10000, true, -1);
|
node *hole = add_node( hole, 0x10000, umem_head->base_register-0x10000, true, -1);
|
||||||
print_list(hole, false);
|
print_list(hole, false);
|
||||||
|
umem_head = umem_head->next;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user