Changeset 5d97627 in mainline for kernel/arch/mips32/src/interrupt.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/interrupt.c
r124bc22 r5d97627 48 48 49 49 /** Table of interrupt handlers. */ 50 int_handler_t int_handler[ INTERRUPTS] = {};50 int_handler_t int_handler[MIPS_INTERRUPTS] = {}; 51 51 52 52 /** Disable interrupts.
Note:
See TracChangeset
for help on using the changeset viewer.