Changeset fbf7b4c in mainline for arch/sparc64/src/trap/exception.c


Ignore:
Timestamp:
2006-06-18T10:52:41Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e600ec4
Parents:
281994b
Message:

make kernel prints case consistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/sparc64/src/trap/exception.c

    r281994b rfbf7b4c  
    5353void do_data_access_error(void)
    5454{
    55         panic("Data Access Error: %P\n", tpc_read());
     55        panic("Data Access Error: %p\n", tpc_read());
    5656}
    5757
     
    5959void do_illegal_instruction(void)
    6060{
    61         panic("Illegal Instruction: %P\n", tpc_read());
     61        panic("Illegal Instruction: %p\n", tpc_read());
    6262}
    6363
Note: See TracChangeset for help on using the changeset viewer.