mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
Use shared symbols for heap_ptr and heap_end
This commit is contained in:
+1
-1
@@ -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