nac3artiq: add stack guard

polymorphism_fixes
Sebastien Bourdeauducq 2021-11-12 20:03:15 +08:00
parent aa84fefa56
commit d6b92adf70
1 changed files with 3 additions and 0 deletions

View File

@ -50,4 +50,7 @@ SECTIONS
. = ALIGN(4);
_end = .;
}
. = ALIGN(0x1000);
_sstack_guard = .;
}