Changeset 5d97627 in mainline for kernel/arch/mips32/src/exception.c
- Timestamp:
- 2019-04-04T18:50:47Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1332270
- Parents:
- 124bc22
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/exception.c
r124bc22 r5d97627 175 175 176 176 unsigned int i; 177 for (i = 0; i < INTERRUPTS; i++) {177 for (i = 0; i < MIPS_INTERRUPTS; i++) { 178 178 179 179 /*
Note:
See TracChangeset
for help on using the changeset viewer.