From 5ca8e07a4d5946192eee5c2c129ae00cc54b95b5 Mon Sep 17 00:00:00 2001 From: someone2639 Date: Wed, 27 Apr 2022 14:08:35 -0400 Subject: [PATCH] fix matching on Arch/maybe Fedora (#186) authored-by: Faris Awan --- mk64.ld | 1 + 1 file changed, 1 insertion(+) diff --git a/mk64.ld b/mk64.ld index 05926ed37..ba9f2a936 100644 --- a/mk64.ld +++ b/mk64.ld @@ -325,6 +325,7 @@ SECTIONS BUILD_DIR/src/framebuffers.o(.bss*); BUILD_DIR/src/audio/synthesis.o(.bss*); BUILD_DIR/asm/bss_audio.o(.bss*); + . = ALIGN(0x8); BUILD_DIR/asm/bss_sptask_audio.o(.bss); } END_NOLOAD(code_8028DF00)