runtime: enlarge stack size

pull/1745/head
occheung 2021-09-02 14:13:52 +08:00
parent a596db404d
commit c812a837ab
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ SECTIONS
.stack (NOLOAD) : ALIGN(16)
{
. += 0x4000;
. += 0x10000;
_fstack = . - 16;
} > runtime