diff options
Diffstat (limited to 'viengoos/thread.c')
-rw-r--r-- | viengoos/thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/viengoos/thread.c b/viengoos/thread.c index 73768df..6e5c168 100644 --- a/viengoos/thread.c +++ b/viengoos/thread.c @@ -237,7 +237,7 @@ error_t thread_exregs (struct activity *principal, struct thread *thread, l4_word_t control, struct cap *aspace, - l4_word_t flags, struct cap_addr_trans addr_trans, + l4_word_t flags, struct cap_properties properties, struct cap *activity, struct cap *exception_page, l4_word_t *sp, l4_word_t *ip, @@ -260,7 +260,7 @@ thread_exregs (struct activity *principal, if ((control & HURD_EXREGS_SET_ASPACE)) cap_copy_x (principal, &thread->aspace, ADDR_VOID, *aspace, ADDR_VOID, - flags, addr_trans); + flags, properties); if ((control & HURD_EXREGS_GET_REGS) && activity_out) cap_copy (principal, activity_out, ADDR_VOID, thread->activity, ADDR_VOID); |