mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 14:01:52 -05:00
Fix modern ld_script
This commit is contained in:
parent
9d20f55a58
commit
a52d6e4379
|
|
@ -37,7 +37,7 @@ SECTIONS {
|
|||
.text :
|
||||
ALIGN(4)
|
||||
{
|
||||
asm/crt0.o(.text);
|
||||
src/crt0.o(.text);
|
||||
*(.text*);
|
||||
} =0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user