mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Integrating z80
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@463 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ void mm_addregion(FAR void *heapstart, size_t heapsize)
|
||||
heapend = MM_ALIGN_DOWN((size_t)heapstart + (size_t)heapsize);
|
||||
heapsize = heapend - heapbase;
|
||||
|
||||
mlldbg("Region %d: base=%p size=%d\n", IDX+1, heapstart, heapsize);
|
||||
mlldbg("Region %d: base=%p size=%u\n", IDX+1, heapstart, heapsize);
|
||||
|
||||
/* Add the size of this region to the total size of the heap */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user