Debug
authorJohn Hodge <[email protected]>
Mon, 28 Sep 2009 01:09:04 +0000 (09:09 +0800)
committerJohn Hodge <[email protected]>
Mon, 28 Sep 2009 01:09:04 +0000 (09:09 +0800)
Kernel/threads.c

index bcea3fa..0765385 100644 (file)
@@ -273,7 +273,7 @@ void Threads_Kill(tThread *Thread, int Status)
        tMsg    *msg;
        
        // Kill all children
-       #if 1
+       #if 0
        {
                tThread *child;
                for(child = gActiveThreads;

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