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/target/macosx_gcc/target_config.h

    r49 r50  
    533533
    534534/*
     535 *  サービスコールのターゲット依存エラーチェックコード
     536 */
     537Inline ER
     538target_check_ctsk(ID tskid, const T_CTSK *pk_ctsk)
     539{
     540        return(E_OK);
     541}
     542
     543extern ER target_check_cint(INTNO intno, const T_CINT *pk_cint);
     544
     545Inline ER
     546target_check_dinh(INHNO inhno, const T_DINH *pk_dinh)
     547{
     548        return(E_OK);
     549}
     550
     551extern ER target_check_dexc(EXCNO excno, const T_DEXC *pk_dexc);
     552
     553/*
    535554 *  ターゲットシステム依存の初期化
    536555 */
Note: See TracChangeset for help on using the changeset viewer.