fix matching on Arch/maybe Fedora (#186)

authored-by: Faris Awan <farisawan.2000@gmail.com>
This commit is contained in:
someone2639 2022-04-27 14:08:35 -04:00 committed by GitHub
parent c29ae8d069
commit 5ca8e07a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)