mirror of
https://github.com/italicsjenga/gba.git
synced 2025-01-26 01:16:33 +11:00
Include iwram
section in linker script (#159)
This commit is contained in:
parent
093146fd8a
commit
456e4f4fc0
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ SECTIONS {
|
||||||
|
|
||||||
__text_iwram_start = ABSOLUTE(.);
|
__text_iwram_start = ABSOLUTE(.);
|
||||||
*(.text_iwram .text_iwram.*);
|
*(.text_iwram .text_iwram.*);
|
||||||
|
*(.iwram .iwram.*);
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
__text_iwram_end = ABSOLUTE(.);
|
__text_iwram_end = ABSOLUTE(.);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue