Update mk64.ld (#617)

This commit is contained in:
MegaMech 2024-04-20 19:21:32 -06:00 committed by GitHub
parent 7a10ba89f6
commit d08be66c38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ SECTIONS
BUILD_DIR/src/audio/heap.o(.bss*);
BUILD_DIR/src/audio/load.o(.bss*);
BUILD_DIR/src/audio/data.o(.bss*);
. = ALIGN(0x10);
. = ALIGN(0x8);
}
END_NOLOAD(buffers)