Changeset 5201199 in mainline for arch/mips32/src/exception.c
- Timestamp:
- 2006-03-24T12:17:22Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4037847
- Parents:
- 11cb08ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/exception.c
r11cb08ca r5201199 90 90 istate->epc += 4; 91 91 istate->v1 = istate->k1; 92 } else { 93 print_regdump(istate); 94 panic("reserved instruction"); 95 } 92 } else 93 unhandled_exception(n, istate); 96 94 } 97 95
Note:
See TracChangeset
for help on using the changeset viewer.