Changeset 52 for asp_wo_cfg/trunk/kernel/interrupt.c
- Timestamp:
- Sep 7, 2012, 3:34:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asp_wo_cfg/trunk/kernel/interrupt.c
r50 r52 243 243 ercd = E_NOID; 244 244 } 245 else{245 if ((ercd = target_check_aisr(pk_cisr)) == E_OK) { 246 246 if (p_inhinib->inhatr == TA_NOEXS) { 247 247 p_inhinib->inhatr = TA_NULL; … … 258 258 p_isrinib->isrpri = pk_cisr->isrpri; 259 259 enqueue_isr(p_isr_queue, p_isrcb); 260 ercd = E_OK;261 260 } 262 261
Note:
See TracChangeset
for help on using the changeset viewer.