Changes in kernel/generic/src/main/uinit.c [2902e1bb:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/uinit.c
r2902e1bb ra35b458 65 65 */ 66 66 thread_detach(THREAD); 67 67 68 68 #ifdef CONFIG_UDEBUG 69 69 udebug_stoppable_end(); 70 70 #endif 71 71 72 72 uspace_arg_t *uarg = (uspace_arg_t *) arg; 73 73 uspace_arg_t local_uarg; 74 74 75 75 local_uarg.uspace_entry = uarg->uspace_entry; 76 76 local_uarg.uspace_stack = uarg->uspace_stack; … … 79 79 local_uarg.uspace_thread_function = NULL; 80 80 local_uarg.uspace_thread_arg = NULL; 81 81 82 82 free(uarg); 83 83 84 84 userspace(&local_uarg); 85 85 }
Note:
See TracChangeset
for help on using the changeset viewer.