fix: add gc dummy mutex

This commit is contained in:
Haolan
2025-09-19 11:27:33 +08:00
parent 33a00dff1b
commit 66a537ad29
8 changed files with 240 additions and 16 deletions

View File

@@ -27,6 +27,7 @@ SECTIONS
.stack (NOLOAD) :
{
_stack_end = .;
. = ALIGN(16);
. += 16K;
__stack = .;