Kernel - Added event mask to thread dump
authorJohn Hodge <[email protected]>
Sun, 29 Sep 2013 04:13:25 +0000 (12:13 +0800)
committerJohn Hodge <[email protected]>
Sun, 29 Sep 2013 04:13:25 +0000 (12:13 +0800)
KernelLand/Kernel/threads.c

index 280f7f2..21dc055 100644 (file)
@@ -1259,7 +1259,7 @@ void Threads_int_DumpThread(tThread *thread)
                        );
                break;
        case THREAD_STAT_EVENTSLEEP:
-               // TODO: Event mask
+               Log("  Event Mask: %x", thread->RetStatus);
                break;
        case THREAD_STAT_ZOMBIE:
                Log("  Return Status: %i", thread->RetStatus);

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