Changeset 33f86a3 in mainline for kernel/arch/ia32/src/interrupt.c


Ignore:
Timestamp:
2017-10-10T18:21:17Z (7 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a4fb8d60
Parents:
c46bfbc
Message:

Add PRI*PTR macros and correct a few printfs.

File:
1 edited

Legend:

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

    rc46bfbc r33f86a3  
    8585       
    8686        printf("esi=%0#10" PRIx32 "\tedi=%0#10" PRIx32 "\t"
    87             "ebp=%0#10" PRIx32 "\tesp=%0#10" PRIx32 "\n",
     87            "ebp=%0#10" PRIx32 "\tesp=%0#10" PRIxn "\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.