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

ターゲット依存のエラーチェックコードを追加。

File:
1 edited

Legend:

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

    r49 r50  
    66 *  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    77 *                              Toyohashi Univ. of Technology, JAPAN
    8  *  Copyright (C) 2005-2011 by Embedded and Real-Time Systems Laboratory
     8 *  Copyright (C) 2005-2012 by Embedded and Real-Time Systems Laboratory
    99 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    1010 *
     
    122122                ercd = E_OBJ;
    123123        }
    124         else {
     124        else if ((ercd = target_check_dexc(excno, pk_dexc)) == E_OK) {
    125125                p_excinib->excatr = pk_dexc->excatr;
    126126                p_excinib->exchdr = pk_dexc->exchdr;
    127                 ercd = E_OK;
    128127        }
    129128
Note: See TracChangeset for help on using the changeset viewer.