commit this

This commit is contained in:
Fish 2009-02-02 08:49:21 +00:00
parent 0bb849aa8c
commit 6ea20cbe87

View file

@ -27,7 +27,8 @@ sbrk (nbytes)
if (sizeof (unsigned int) != 4)
return (char *)-1;
get_mem_info(&mem);
mem.size = 0x8000;
// get_mem_info(&mem);
/* NOTE: The value returned from the get_mem_info call is the amount
of memory, and not the address of the (last byte + 1) */