Changeset cf85e24c in mainline for arch/mips32/src/exception.c


Ignore:
Timestamp:
2006-04-22T23:00:26Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
12c7f27
Parents:
e692a27
Message:

printf-related and other code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/exception.c

    re692a27 rcf85e24c  
    7474                rasymbol = s;
    7575       
    76         printf("PC: %#X(%s) RA: %#X(%s), SP(%P)\n",istate->epc,pcsymbol,
    77                istate->ra,rasymbol, istate->sp);
     76        printf("PC: %#x(%s) RA: %#x(%s), SP(%p)\n", istate->epc, pcsymbol, istate->ra, rasymbol, istate->sp);
    7877}
    7978
Note: See TracChangeset for help on using the changeset viewer.