mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-25 21:38:25 +00:00
base-foc: fix assignment in 'Ipc_pager::acknowledge_exception()'
Issue #4094
This commit is contained in:
parent
813f4d976b
commit
18a43c1afd
@ -150,7 +150,7 @@ void Ipc_pager::acknowledge_wakeup()
|
||||
|
||||
void Ipc_pager::acknowledge_exception()
|
||||
{
|
||||
_regs = *l4_utcb_exc();
|
||||
*l4_utcb_exc() = _regs;
|
||||
l4_cap_idx_t dst = Foc::Capability::valid(_last.kcap)
|
||||
? _last.kcap : (l4_cap_idx_t)L4_SYSF_REPLY;
|
||||
Foc::l4_msgtag_t const msg_tag =
|
||||
|
Loading…
x
Reference in New Issue
Block a user