nova: fix syscall bindings with GCC 6

Fixes #2377
This commit is contained in:
Alexander Boettcher
2017-04-12 11:55:08 +02:00
committed by Christian Helmuth
parent 8e7aa54493
commit 7005e54de2
12 changed files with 38 additions and 38 deletions

View File

@ -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);