mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-11 13:22:33 +00:00
parent
3bdf70f771
commit
2bdf0e70e9
@ -647,7 +647,7 @@ void Thread::_print_activity()
|
||||
Genode::printf("\033[32m await SIG %u\033[0m", receiver_id);
|
||||
break; }
|
||||
case AWAITS_SIGNAL_CONTEXT_KILL: {
|
||||
unsigned const context_id = Signal_receiver_killer::receiver()->id();
|
||||
unsigned const context_id = Signal_context_killer::context()->id();
|
||||
Genode::printf("\033[32m await SCK %u\033[0m", context_id);
|
||||
break; }
|
||||
case AWAITS_SIGNAL_RECEIVER_KILL: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user