This commit is contained in:
Jonathan Turner 2023-11-29 21:55:25 -05:00
parent 21a0db0ea8
commit 9baec1490a

View File

@ -235,8 +235,8 @@ node* get_holes(node* umem_head) {
}
void begin_output_example() {
node* umem_head = NULL; // static persistent head variable for contiguous block allocations
node* holes_head = NULL;
static node* umem_head = NULL; // static persistent head variable for contiguous block allocations
static node* holes_head = NULL;
holes_head = get_holes(emum_head);
kprint("Jonathan Turner - S02\n");