Ignore:
File:
1 edited

Legend:

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

    r2277e03 r2902e1bb  
    205205{
    206206        supervisor_sp =
    207             (uintptr_t) &THREAD->kstack[STACK_SIZE];
     207            (uintptr_t) &THREAD->kstack[STACK_SIZE - SP_DELTA];
    208208}
    209209
Note: See TracChangeset for help on using the changeset viewer.