mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
fixed multiboot linker script
This commit is contained in:
parent
2f57168fb8
commit
8e04c415d2
|
@ -24,7 +24,7 @@ SECTIONS {
|
|||
*(.crt0 .crt0*);
|
||||
*(.text .text*);
|
||||
. = ALIGN(4);
|
||||
} > rom
|
||||
} > ewram
|
||||
__text_end = .;
|
||||
|
||||
.rodata : {
|
||||
|
|
Loading…
Reference in a new issue