Skip to content

Commit

Permalink
gHeap can go in the middle of ram (#4253)
Browse files Browse the repository at this point in the history
  • Loading branch information
DizzyEggg authored Mar 6, 2024
1 parent a36cfb1 commit 95270e5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ld_script_modern.ld
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ SECTIONS {
ALIGN(4)
{
__ewram_start = .;
/*
We link malloc.o here to prevent `gHeap` from landing in the middle of EWRAM.
Otherwise this causes corruption issues on some ld versions
*/
gflib/malloc.o(ewram_data);
*(.ewram*)
__ewram_end = .;
} > EWRAM
Expand Down

0 comments on commit 95270e5

Please sign in to comment.