mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
NOVA: enable map-translate transfer item use, #268
This commit is contained in:
parent
2b161b7aff
commit
529a25e190
@ -87,7 +87,7 @@ static bool copy_msgbuf_to_utcb(Nova::Utcb *utcb, Msgbuf_base *snd_msg,
|
||||
int pt_sel = snd_msg->snd_pt_sel(i);
|
||||
if (pt_sel < 0) continue;
|
||||
|
||||
if (!utcb->append_item(Nova::Obj_crd(pt_sel, 0), i))
|
||||
if (!utcb->append_item(Nova::Obj_crd(pt_sel, 0), i, false, false, true))
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user