Share bss section with planschi section
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "../cd_file_types.hpp"
|
||||
#include "file_processor.hpp"
|
||||
|
||||
extern "C" uint32_t __heap_base;
|
||||
extern "C" uint32_t __heap_start;
|
||||
|
||||
namespace JabyEngine {
|
||||
class CDFileProcessor {
|
||||
@@ -20,7 +20,7 @@ namespace JabyEngine {
|
||||
size_t sector_count = 0;
|
||||
|
||||
static constexpr BufferConfiguration new_default() {
|
||||
return {&__heap_base, BufferConfiguration::MediumSectorCount};
|
||||
return {&__heap_start, BufferConfiguration::MediumSectorCount};
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user