fusee: fix loader stub size alignment

This commit is contained in:
Michael Scire 2021-10-08 11:18:12 -07:00
parent e5cce0f61c
commit 578843f92c

View file

@ -58,7 +58,7 @@ SECTIONS
*(.dynbss)
*(.bss .bss.* .gnu.linkonce.b.*)
*(COMMON)
. = ALIGN(16);
. = ALIGN(32);
} >data :NONE
__bss_end__ = .;