typo
This commit is contained in:
parent
b74183bdc7
commit
0c2a7f28cf
@ -162,7 +162,7 @@ void print_holes(node* umem_head) {
|
||||
|
||||
while(umem_head != NULL) {
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user