NOVA: enable map-translate transfer item use, #268

This commit is contained in:
Alexander Boettcher 2012-07-12 09:34:12 +02:00 committed by Norman Feske
parent 2b161b7aff
commit 529a25e190
1 changed files with 1 additions and 1 deletions

View File

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