forked from M-Labs/artiq
1
0
Fork 0

runtime: remove stack alignment requirement

I suppose this was for TMPU, but was never finished.
This commit is contained in:
Sebastien Bourdeauducq 2020-05-29 15:37:23 +08:00
parent 02900d79d0
commit d5c1eaa16e
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ SECTIONS
_ebss = .; _ebss = .;
} > runtime } > runtime
.stack ALIGN(0x1000) : .stack :
{ {
. += 0x4000; . += 0x4000;
_fstack = . - 4; _fstack = . - 4;