Changeset 3156582 in mainline for arch/mips/src/exception.c
- Timestamp:
- 2005-09-11T12:48:42Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e3fb24c
- Parents:
- 8491c48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/src/exception.c
r8491c48 r3156582 66 66 switch (excno) { 67 67 case EXC_Int: 68 interrupt( );68 interrupt(pstate); 69 69 break; 70 70 case EXC_TLBL:
Note:
See TracChangeset
for help on using the changeset viewer.