mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 13:27:29 -04:00
Updated head location to 9-a
This commit is contained in:
parent
478c3cf21d
commit
8c1b72691f
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue