Fix matching under Arch again (#271)

Commit 5ca8e07a4d fixed the issue, then e9415164bb reverted the fix, so let's fix it again
This commit is contained in:
VDavid003 2022-11-06 22:43:20 +01:00 committed by GitHub
parent 12415a9e8e
commit 6d03e5bf05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -357,6 +357,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)