mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
Use shared symbols for heap_ptr and heap_end
This commit is contained in:
@@ -13,7 +13,7 @@ struct heap_block {
|
||||
extern char _text[];
|
||||
extern char _end[];
|
||||
|
||||
static physaddr_t heap_start, heap_end, heap_ptr;
|
||||
static physaddr_t heap_start;
|
||||
|
||||
/*
|
||||
* Find the largest contiguous area of memory that I can use for the
|
||||
|
||||
Reference in New Issue
Block a user