Changeset bc504ef2 in mainline for arch/mips32/src/mm/tlb.c
- Timestamp:
- 2006-02-02T16:14:19Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 086d4fd
- Parents:
- 2d43f3e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/mm/tlb.c
r2d43f3e rbc504ef2 367 367 */ 368 368 if (!pte) { 369 printf("No such mapping .\n");369 printf("No such mapping: %P.\n", badvaddr); 370 370 return NULL; 371 371 }
Note:
See TracChangeset
for help on using the changeset viewer.