Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/the.c

    r473d5d2 r7a0359b  
    5858        the->task = NULL;
    5959        the->as = NULL;
    60         the->magic = MAGIC;
    6160}
    6261
     
    7170NO_TRACE void the_copy(the_t *src, the_t *dst)
    7271{
    73         ASSERT(src->magic == MAGIC);
    7472        *dst = *src;
    7573}
Note: See TracChangeset for help on using the changeset viewer.