]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/plr/server/src/app_thread.cc
update
[l4.git] / l4 / pkg / plr / server / src / app_thread.cc
index c7256c691086565a50ba4d247b31cb1d91e91690..b68f74b39f2df59c1e3a23c13d49927178a74375 100644 (file)
@@ -286,6 +286,7 @@ Romain::Thread_group::control(Romain::App_thread *t, l4_utcb_t *utcb, Romain::Ap
                *reinterpret_cast<l4_umword_t*>(local_addr) = utcb_remote;
                void* tip_addr = am->prog_attach_ds(0, L4_PAGESIZE, ds, 0,
                                                                                        L4Re::Rm::Search_addr, "thread info page", local_addr);
+               DEBUG() << "Remote TIP address: " << tip_addr;
 
                for (unsigned i = 0; i < threads.size(); ++i) {
                        threads[i]->setup_utcb_segdesc(reinterpret_cast<l4_addr_t>(tip_addr), 4);