Changeset 052da81 in mainline for arch/mips32/src/exception.c
- Timestamp:
- 2006-02-18T14:40:15Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- daea4bf
- Parents:
- ede493e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/exception.c
rede493e r052da81 75 75 rasymbol = s; 76 76 77 printf("PC: %X(%s) RA: %X(%s) \n",pstate->epc,pcsymbol,78 pstate->ra,rasymbol );77 printf("PC: %X(%s) RA: %X(%s), SP(%P)\n",pstate->epc,pcsymbol, 78 pstate->ra,rasymbol, pstate->sp); 79 79 } 80 80
Note:
See TracChangeset
for help on using the changeset viewer.