mirror of https://github.com/m-labs/artiq.git
runtime: enlarge stack size
This commit is contained in:
parent
a596db404d
commit
c812a837ab
|
@ -71,7 +71,7 @@ SECTIONS
|
|||
|
||||
.stack (NOLOAD) : ALIGN(16)
|
||||
{
|
||||
. += 0x4000;
|
||||
. += 0x10000;
|
||||
_fstack = . - 16;
|
||||
} > runtime
|
||||
|
||||
|
|
Loading…
Reference in New Issue