Ignore:
Timestamp:
Sep 7, 2012, 3:34:34 PM (12 years ago)
Author:
ertl-hiro
Message:

att_isrにもターゲット依存のエラーチェック処理を追加。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp_wo_cfg/trunk/kernel/interrupt.c

    r50 r52  
    243243                ercd = E_NOID;
    244244        }
    245         else {
     245        if ((ercd = target_check_aisr(pk_cisr)) == E_OK) {
    246246                if (p_inhinib->inhatr == TA_NOEXS) {
    247247                        p_inhinib->inhatr = TA_NULL;
     
    258258                p_isrinib->isrpri = pk_cisr->isrpri;
    259259                enqueue_isr(p_isr_queue, p_isrcb);
    260                 ercd = E_OK;
    261260        }
    262261
Note: See TracChangeset for help on using the changeset viewer.