Changeset 0f250f9 in mainline for generic/src/main/uinit.c


Ignore:
Timestamp:
2006-03-17T18:07:56Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
69f293e
Parents:
6c6a19e6
Message:

Improved uspace threads.
ia64 needs fixing.

File:
1 edited

Legend:

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

    r6c6a19e6 r0f250f9  
    4444        uarg.uspace_entry = ((uspace_arg_t *) arg)->uspace_entry;
    4545        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;
    4649
    4750        free((uspace_arg_t *) arg);
Note: See TracChangeset for help on using the changeset viewer.