9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ae129b96b91d58482e3a05da94fc8b183c4f8704
parent 113dc9ac8eb9cfde463b8e01a2ec53812ba82286
Author: Dimitris Papastamos <dimitris.papastamos@arm.com>
Date:   Thu,  6 Dec 2018 09:47:20 +0000

Increase initial stack size to 1024 bytes

Change-Id: Ibbdbd0b8c7c3e8b56978e5acfbcb4ebfca37bfba
Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com>

Diffstat:
Mtarget/native/crt.s | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/native/crt.s b/target/native/crt.s @@ -19,7 +19,7 @@ getpc: isb ldr x0,=SRAMADDR - mov x1,#512 /* Setup a initial stack at the botton */ + mov x1,#1024 /* Setup a initial stack at the botton */ add x0,x0,x1 mov sp,x0 mov x29,#0