Syscalls - Changed SysGetMessage to provide a buffer size
[tpg/acess2.git] / KernelLand / Kernel / debug.c
index dab20ad..31d3b39 100644 (file)
@@ -221,6 +221,7 @@ void Panic(const char *Fmt, ...)
        Debug_Putchar('\n');
 
        Threads_Dump();
+       Heap_Dump();
 
        for(;;) ;
 }

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