Changeset bf19dbc3 in rtems


Ignore:
Timestamp:
10/07/14 22:40:49 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
a5bbd3ac
Parents:
14b197a
git-author:
Joel Sherrill <joel.sherrill@…> (10/07/14 22:40:49)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/09/14 15:11:57)
Message:

arm/rtems/score/cpu.h: _ARMV7M_Start_multitasking needed RTEMS_COMPILER_NO_RETURN_ATTRIBUTE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/cpu/arm/rtems/score/cpu.h

    r14b197a rbf19dbc3  
    489489
    490490#if defined(ARM_MULTILIB_ARCH_V7M)
    491   void _ARMV7M_Start_multitasking( Context_Control *heir );
     491  void _ARMV7M_Start_multitasking( Context_Control *heir )
     492    RTEMS_COMPILER_NO_RETURN_ATTRIBUTE;
    492493  #define _CPU_Start_multitasking _ARMV7M_Start_multitasking
    493494#endif
Note: See TracChangeset for help on using the changeset viewer.