mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-09 19:25:10 +01:00
fusee: fix loader stub size alignment
This commit is contained in:
parent
e5cce0f61c
commit
578843f92c
@ -58,7 +58,7 @@ SECTIONS
|
||||
*(.dynbss)
|
||||
*(.bss .bss.* .gnu.linkonce.b.*)
|
||||
*(COMMON)
|
||||
. = ALIGN(16);
|
||||
. = ALIGN(32);
|
||||
} >data :NONE
|
||||
__bss_end__ = .;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user