Revert section rename

This commit is contained in:
GriffinR
2024-06-22 11:58:39 -04:00
parent bc76541189
commit 21e8a142db
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -10,14 +10,14 @@ MEMORY
SECTIONS {
.ewram.sbss 0x2000000 (NOLOAD) :
ewram 0x2000000 (NOLOAD) :
ALIGN(4)
{
gHeap = .;
. = 0x1C000;
*(.sbss);
*(ewram_data);
} > EWRAM
iwram 0x3000000 (NOLOAD) :