This commit is contained in:
Jonathan Turner 2023-11-29 17:52:06 -05:00
parent b74183bdc7
commit 0c2a7f28cf

View File

@ -162,7 +162,7 @@ void print_holes(node* umem_head) {
while(umem_head != NULL) { while(umem_head != NULL) {
if (umem_head->base_register - 0x10000 != 0) { if (umem_head->base_register - 0x10000 != 0) {
node *hole = add_node( hole, 0x10000, unem_head->base_register-0x10000, true, -1); node *hole = add_node( hole, 0x10000, enum_head->base_register-0x10000, true, -1);
print_list(hole, false); print_list(hole, false);
} }
} }