use xmalloc()
This commit is contained in:
parent
f0327f8e98
commit
3132e9d830
@ -1621,7 +1621,7 @@ REGISTER int sub;
|
|||||||
|
|
||||||
static void initarea()
|
static void initarea()
|
||||||
{
|
{
|
||||||
brkaddr = malloc(AREASIZE);
|
brkaddr = xmalloc(AREASIZE);
|
||||||
brktop = brkaddr + AREASIZE;
|
brktop = brkaddr + AREASIZE;
|
||||||
|
|
||||||
while ((long) sbrk(0) & ALIGN)
|
while ((long) sbrk(0) & ALIGN)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user