diff options
Diffstat (limited to 'subx/020elf.cc')
-rw-r--r-- | subx/020elf.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subx/020elf.cc b/subx/020elf.cc index 2c162ddf..62743a98 100644 --- a/subx/020elf.cc +++ b/subx/020elf.cc @@ -102,7 +102,6 @@ void load_segment_from_program_header(uint8_t* elf_contents, size_t size, uint32 // stack: 0x0804bfff -> 0x0804b000 (downward) const int CODE_START = 0x08048000; const int SEGMENT_SIZE = 0x1000; -const int DATA_START = 0x08049000; const int AFTER_STACK = 0x0804c000; :(code) void initialize_mem() { |