RunQemu - Oops, single quotes seem to break
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / heap.c
index 779b004..d529f65 100644 (file)
@@ -448,7 +448,7 @@ LOCAL uint brk(uintptr_t newpos)
 void Heap_Dump(void)\r
 {\r
        heap_head *cur = _heap_start;\r
-       while( cur < _heap_end )\r
+       while( cur < (heap_head*)_heap_end )\r
        {\r
                switch( cur->magic )\r
                {\r

UCC git Repository :: git.ucc.asn.au