Changeset fd57745c in mainline


Ignore:
Timestamp:
2018-03-26T15:21:43Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
81b1db8
Parents:
9ce35f0
Message:

Fix printf specifier.

File:
1 edited

Legend:

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

    r9ce35f0 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.