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