mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Link .text.unlikely for modern
This commit is contained in:
parent
1dc12890d1
commit
2bba2ce1a1
@ -50,6 +50,15 @@ SECTIONS {
|
|||||||
asm/*.o(.text);
|
asm/*.o(.text);
|
||||||
} =0
|
} =0
|
||||||
|
|
||||||
|
.text.unlikely :
|
||||||
|
ALIGN(4)
|
||||||
|
{
|
||||||
|
src/crt0.o(.text.unlikely);
|
||||||
|
src/*.o(.text.unlikely);
|
||||||
|
gflib/*.o(.text.unlikely);
|
||||||
|
asm/*.o(.text.unlikely);
|
||||||
|
} =0
|
||||||
|
|
||||||
script_data :
|
script_data :
|
||||||
ALIGN(4)
|
ALIGN(4)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user