Subversion Repositories HelenOS-historic

Rev

Rev 1702 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1702 Rev 1729
Line 59... Line 59...
59
    uarg.uspace_uarg = ((uspace_arg_t *) arg)->uspace_uarg;
59
    uarg.uspace_uarg = ((uspace_arg_t *) arg)->uspace_uarg;
60
    uarg.uspace_thread_function = NULL;
60
    uarg.uspace_thread_function = NULL;
61
    uarg.uspace_thread_arg = NULL;
61
    uarg.uspace_thread_arg = NULL;
62
 
62
 
63
    free((uspace_arg_t *) arg);
63
    free((uspace_arg_t *) arg);
64
   
-
 
65
    userspace(&uarg);
64
    userspace(&uarg);
66
}
65
}
67
 
66
 
68
 /** @}
67
/** @}
69
 */
68
 */
70
 
-