Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/src/ppc32.c

    r26aafe8 reff1f033  
    265265{
    266266        userspace_asm((uintptr_t) kernel_uarg->uspace_uarg,
    267             (uintptr_t) kernel_uarg->uspace_stack + STACK_SIZE - SP_DELTA,
     267            (uintptr_t) kernel_uarg->uspace_stack +
     268            THREAD_STACK_SIZE - SP_DELTA,
    268269            (uintptr_t) kernel_uarg->uspace_entry);
    269270       
Note: See TracChangeset for help on using the changeset viewer.