Kernel - Added event mask to thread dump
[tpg/acess2.git] / 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