Changeset 48a209a in mainline
- Timestamp:
- 2012-11-25T18:49:04Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ab52a3e
- Parents:
- 4f843ded
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/exception.c
r4f843ded r48a209a 170 170 fault_if_from_uspace(istate, "Undefined instruction."); 171 171 panic_badtrap(istate, exc_no, "Undefined instruction."); 172 } else { 173 /* 174 * Retry the failing instruction, 175 * ARM Architecture Reference Manual says on p.B1-1169 176 * that offset for undef instruction exception is 4 177 */ 178 istate->pc -= 4; 172 179 } 173 180 }
Note:
See TracChangeset
for help on using the changeset viewer.