progressing iteration

This commit is contained in:
Jonathan Turner 2023-11-29 17:56:18 -05:00
parent 8e33878483
commit b77d425cc7

View File

@ -164,6 +164,7 @@ void print_holes(node* umem_head) {
if (umem_head->base_register - 0x10000 != 0) {
node *hole = add_node( hole, 0x10000, umem_head->base_register-0x10000, true, -1);
print_list(hole, false);
umem_head = umem_head->next;
}
}
}