From 8c1b72691f604af3b50fe36232f4905201dafae5 Mon Sep 17 00:00:00 2001 From: felsabbagh3 Date: Thu, 2 Apr 2020 19:41:53 -0700 Subject: [PATCH] Updated head location to 9-a --- runtime/newlib/newlib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/newlib/newlib.c b/runtime/newlib/newlib.c index e0ecdd63..b2c2b6fc 100644 --- a/runtime/newlib/newlib.c +++ b/runtime/newlib/newlib.c @@ -234,8 +234,8 @@ int _write (int file, char *buf, int nbytes) -static int heap_start = (int) 0x30000000; -static int head_end = (int) 0x40000000; +static int heap_start = (int) 0x90000000; +static int head_end = (int) 0xa0000000; void * _sbrk (int nbytes) {