mirror of https://github.com/m-labs/artiq.git
runtime: remove stack alignment requirement
I suppose this was for TMPU, but was never finished.
This commit is contained in:
parent
02900d79d0
commit
d5c1eaa16e
|
@ -65,7 +65,7 @@ SECTIONS
|
|||
_ebss = .;
|
||||
} > runtime
|
||||
|
||||
.stack ALIGN(0x1000) :
|
||||
.stack :
|
||||
{
|
||||
. += 0x4000;
|
||||
_fstack = . - 4;
|
||||
|
|
Loading…
Reference in New Issue