Ignore:
Timestamp:
Jun 27, 2017, 10:53:32 AM (7 years ago)
Author:
ertl-honda
Message:

3.1.0を反映

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/arch/arm_gcc/common/core_kernel_impl.h

    r304 r306  
    66 *  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    77 *                              Toyohashi Univ. of Technology, JAPAN
    8  *  Copyright (C) 2006-2015 by Embedded and Real-Time Systems Laboratory
     8 *  Copyright (C) 2006-2016 by Embedded and Real-Time Systems Laboratory
    99 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    1010 *
     
    5353 *  の責任を負わない.
    5454 *
    55  *  $Id: core_kernel_impl.h 546 2016-01-16 06:00:09Z ertl-hiro $
     55 *  $Id: core_kernel_impl.h 664 2016-02-29 16:32:29Z ertl-hiro $
    5656 */
    5757
     
    7979#endif /* __thumb__ */
    8080#define CHECK_FUNC_NONNULL                      /* 関数の非NULLチェック */
    81 #define CHECK_STACK_ALIGN       4               /* スタック領域のアライン単位 */
     81#define CHECK_STACK_ALIGN       8               /* スタック領域のアライン単位 */
    8282#define CHECK_STACK_NONNULL                     /* スタック領域の非NULLチェック */
    8383#define CHECK_MPF_ALIGN         4               /* 固定長メモリプール領域のアライン単位 */
Note: See TracChangeset for help on using the changeset viewer.