Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/interrupt.c

    r35ebd42 r33f86a3  
    8888            istate->esi, istate->edi, istate->ebp,
    8989            istate_from_uspace(istate) ? istate->esp :
    90             (uint32_t) &istate->esp);
     90            (uintptr_t) &istate->esp);
    9191}
    9292
Note: See TracChangeset for help on using the changeset viewer.