mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 13:02:56 +01:00
committed by
Norman Feske
parent
bb9fa16a5e
commit
b5c6f2c260
@@ -179,7 +179,7 @@ Signal Signal_receiver::wait_for_signal()
|
||||
/* await a signal */
|
||||
if (Kernel::await_signal(_cap.dst())) {
|
||||
PERR("failed to receive signal");
|
||||
throw Exception();
|
||||
return Signal(Signal::Data());
|
||||
}
|
||||
/* get signal data */
|
||||
Signal s(*(Signal::Data *)Thread_base::myself()->utcb());
|
||||
@@ -189,6 +189,5 @@ Signal Signal_receiver::wait_for_signal()
|
||||
|
||||
void Signal_receiver::local_submit(Signal::Data signal)
|
||||
{
|
||||
PDBG("not implemented");
|
||||
throw Exception();
|
||||
PERR("method not implemented");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user