Ignore:
File:
1 edited

Legend:

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

    ra35b458 rfd57745c  
    8585
    8686        printf("esi=%0#10" PRIx32 "\tedi=%0#10" PRIx32 "\t"
    87             "ebp=%0#10" PRIx32 "\tesp=%0#10" PRIxn "\n",
     87            "ebp=%0#10" PRIx32 "\tesp=%0#10" PRIx32 "\n",
    8888            istate->esi, istate->edi, istate->ebp,
    8989            istate_from_uspace(istate) ? istate->esp :
Note: See TracChangeset for help on using the changeset viewer.