forked from M-Labs/artiq
runtime: enlarge stack size
This commit is contained in:
parent
a596db404d
commit
c812a837ab
|
@ -71,7 +71,7 @@ SECTIONS
|
||||||
|
|
||||||
.stack (NOLOAD) : ALIGN(16)
|
.stack (NOLOAD) : ALIGN(16)
|
||||||
{
|
{
|
||||||
. += 0x4000;
|
. += 0x10000;
|
||||||
_fstack = . - 16;
|
_fstack = . - 16;
|
||||||
} > runtime
|
} > runtime
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue