Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2447 → Rev 2446

/trunk/kernel/generic/src/main/uinit.c
69,8 → 69,7
uarg.uspace_entry = ((uspace_arg_t *) arg)->uspace_entry;
uarg.uspace_stack = ((uspace_arg_t *) arg)->uspace_stack;
uarg.uspace_uarg = ((uspace_arg_t *) arg)->uspace_uarg;
uarg.uspace_thread_function = NULL;
uarg.uspace_thread_arg = NULL;
uarg.uspace_thread_function = NULL; uarg.uspace_thread_arg = NULL;
 
free((uspace_arg_t *) arg);
userspace(&uarg);