Rev 1066 | Rev 1196 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1066 | Rev 1078 | ||
---|---|---|---|
Line 41... | Line 41... | ||
41 | { |
41 | { |
42 | uspace_arg_t uarg; |
42 | uspace_arg_t uarg; |
43 | 43 | ||
44 | uarg.uspace_entry = ((uspace_arg_t *) arg)->uspace_entry; |
44 | uarg.uspace_entry = ((uspace_arg_t *) arg)->uspace_entry; |
45 | uarg.uspace_stack = ((uspace_arg_t *) arg)->uspace_stack; |
45 | uarg.uspace_stack = ((uspace_arg_t *) arg)->uspace_stack; |
- | 46 | uarg.uspace_uarg = ((uspace_arg_t *) arg)->uspace_uarg; |
|
- | 47 | uarg.uspace_thread_function = NULL; |
|
- | 48 | uarg.uspace_thread_arg = NULL; |
|
46 | 49 | ||
47 | free((uspace_arg_t *) arg); |
50 | free((uspace_arg_t *) arg); |
48 | 51 | ||
49 | userspace(&uarg); |
52 | userspace(&uarg); |
50 | } |
53 | } |