mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-20 08:03:56 +00:00
committed by
Christian Helmuth
parent
8e7aa54493
commit
7005e54de2
@ -90,7 +90,7 @@ void Rpc_entrypoint::_dissolve(Rpc_object_base *obj)
|
||||
_delay_start.unlock();
|
||||
|
||||
/* make a IPC to ensure that cap() identifier is not used anymore */
|
||||
utcb->msg[0] = 0xdead;
|
||||
utcb->msg()[0] = 0xdead;
|
||||
utcb->set_msg_word(1);
|
||||
if (uint8_t res = call(_cap.local_name()))
|
||||
error(utcb, " - could not clean up entry point of thread ", this->utcb(), " - res ", res);
|
||||
|
Reference in New Issue
Block a user