Changeset fbf7b4c in mainline for arch/sparc64/src/trap/exception.c
- Timestamp:
- 2006-06-18T10:52:41Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e600ec4
- Parents:
- 281994b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/src/trap/exception.c
r281994b rfbf7b4c 53 53 void do_data_access_error(void) 54 54 { 55 panic("Data Access Error: % P\n", tpc_read());55 panic("Data Access Error: %p\n", tpc_read()); 56 56 } 57 57 … … 59 59 void do_illegal_instruction(void) 60 60 { 61 panic("Illegal Instruction: % P\n", tpc_read());61 panic("Illegal Instruction: %p\n", tpc_read()); 62 62 } 63 63
Note:
See TracChangeset
for help on using the changeset viewer.