Changeset 214ec25c in mainline for kernel/arch/arm32/src/mach/testarm/testarm.c
- Timestamp:
- 2010-06-11T16:07:21Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b584cd4
- Parents:
- b3b7e14a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mach/testarm/testarm.c
rb3b7e14a r214ec25c 205 205 * Determines the sources of interrupt and calls their handlers. 206 206 */ 207 void gxemul_irq_exception( int exc_no, istate_t *istate)207 void gxemul_irq_exception(unsigned int exc_no, istate_t *istate) 208 208 { 209 209 uint32_t sources = gxemul_irqc_get_sources();
Note:
See TracChangeset
for help on using the changeset viewer.