fix overalignment

This commit is contained in:
CrashOveride95
2021-06-22 23:39:24 -04:00
parent cb371fff52
commit 3e73a6c094
2 changed files with 5 additions and 4 deletions

View File

@@ -219,7 +219,7 @@ SECTIONS
BEGIN_NOLOAD(engine)
{
BUILD_DIR/src/engine*.o(.bss*);
. = ALIGN(0x100);
. = ALIGN(0x40);
}
END_NOLOAD(engine)