Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/main/uinit.c

    r2902e1bb ra35b458  
    6565         */
    6666        thread_detach(THREAD);
    67        
     67
    6868#ifdef CONFIG_UDEBUG
    6969        udebug_stoppable_end();
    7070#endif
    71        
     71
    7272        uspace_arg_t *uarg = (uspace_arg_t *) arg;
    7373        uspace_arg_t local_uarg;
    74        
     74
    7575        local_uarg.uspace_entry = uarg->uspace_entry;
    7676        local_uarg.uspace_stack = uarg->uspace_stack;
     
    7979        local_uarg.uspace_thread_function = NULL;
    8080        local_uarg.uspace_thread_arg = NULL;
    81        
     81
    8282        free(uarg);
    83        
     83
    8484        userspace(&local_uarg);
    8585}
Note: See TracChangeset for help on using the changeset viewer.