mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-11 06:54:18 +00:00
parent
c68bca1f89
commit
43f2784564
@ -308,6 +308,9 @@ Genode::Rpc_request Genode::ipc_reply_wait(Reply_capability const &last_caller,
|
|||||||
Msgbuf_base &reply_msg,
|
Msgbuf_base &reply_msg,
|
||||||
Msgbuf_base &request_msg)
|
Msgbuf_base &request_msg)
|
||||||
{
|
{
|
||||||
|
if (!rcv_sel())
|
||||||
|
rcv_sel() = Capability_space::alloc_rcv_sel();
|
||||||
|
|
||||||
seL4_Word badge = 0;
|
seL4_Word badge = 0;
|
||||||
|
|
||||||
if (exc.value == Rpc_exception_code::INVALID_OBJECT) {
|
if (exc.value == Rpc_exception_code::INVALID_OBJECT) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user