mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-12-18 16:32:05 +00:00
fusee: fix loader stub
This commit is contained in:
parent
06f68a8159
commit
d41de21753
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ SECTIONS
|
||||||
fusee_loader_main.o(.text*)
|
fusee_loader_main.o(.text*)
|
||||||
fusee_loader_uncompress.o(.text*)
|
fusee_loader_uncompress.o(.text*)
|
||||||
fusee_loader_error.o(.text*)
|
fusee_loader_error.o(.text*)
|
||||||
|
*(.text.memcpy)
|
||||||
fusee_loader_main.o(.rodata*)
|
fusee_loader_main.o(.rodata*)
|
||||||
fusee_loader_uncompress.o(.rodata*)
|
fusee_loader_uncompress.o(.rodata*)
|
||||||
fusee_loader_error.o(.rodata*)
|
fusee_loader_error.o(.rodata*)
|
||||||
|
|
Loading…
Reference in a new issue