Changeset e507afa in mainline for arch/mips32/src/interrupt.c
- Timestamp:
- 2005-11-14T19:39:26Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- abb79e84
- Parents:
- 35667f8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/interrupt.c
r35667f8 re507afa 115 115 case 5: /* IRQ3 */ 116 116 case 6: /* IRQ4 */ 117 default: 117 118 print_regdump(pstate); 118 119 panic("unhandled interrupt %d\n", i);
Note:
See TracChangeset
for help on using the changeset viewer.