diff options
Diffstat (limited to 'viengoos/thread.h')
-rw-r--r-- | viengoos/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viengoos/thread.h b/viengoos/thread.h index db0b5ca..f99a0cc 100644 --- a/viengoos/thread.h +++ b/viengoos/thread.h @@ -92,7 +92,7 @@ extern void thread_decommission (struct thread *thread); extern 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, |