Assorted allocator fixes

This commit is contained in:
Ayke van Laethem
2018-06-07 18:24:31 +02:00
parent b8260ba554
commit 0d1b7239c1
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -75,6 +75,7 @@ SECTIONS
__etext = _etext;
__data_start__ = _sdata;
__bss_start__ = _sbss;
__bss_end__ = _ebss;
/* For the memory allocator. */
_heap_start = _ebss;