@@ -238,6 +238,7 @@ SECTIONS
|
||||
. = ALIGN(8);
|
||||
__end__ = .;
|
||||
PROVIDE(end = .);
|
||||
_pvHeapStart = .; /* Add for _sbrk */
|
||||
__HeapBase = .;
|
||||
. += HEAP_SIZE;
|
||||
__HeapLimit = .;
|
||||
|
||||
Reference in New Issue
Block a user