Changeset ce031f0 in mainline for arch/mips32/src/exception.c
- Timestamp:
- 2005-10-04T11:23:21Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e3f47b3
- Parents:
- 1e2aecca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/exception.c
r1e2aecca rce031f0 81 81 break; 82 82 case EXC_Mod: 83 panic("unhandled TLB Modification Exception\n");83 tlb_modified(pstate); 84 84 break; 85 85 case EXC_AdEL:
Note:
See TracChangeset
for help on using the changeset viewer.