Fix linker script

This commit is contained in:
jaby 2024-01-03 20:36:23 -06:00
parent 2cc8416c4f
commit 9564768295
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ SECTIONS {
/*Only needed for the PSX BIOS to load the entire game*/ /*Only needed for the PSX BIOS to load the entire game*/
. = ALIGN(2048); . = ALIGN(2048);
__planschi_end = .; __planschi_end = .;
} > ram_alt } > ram
} }
SECTIONS { SECTIONS {