From 143696acbdd8740eaa8114c7c307ef4834134454 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 16 Oct 2015 08:15:03 +0200 Subject: basedefs.h: Add and use RTEMS_NO_RETURN --- cpukit/score/cpu/nios2/rtems/score/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/nios2/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/nios2/rtems/score/cpu.h b/cpukit/score/cpu/nios2/rtems/score/cpu.h index d9a7bbdf53..fdb9d8aaef 100644 --- a/cpukit/score/cpu/nios2/rtems/score/cpu.h +++ b/cpukit/score/cpu/nios2/rtems/score/cpu.h @@ -306,7 +306,7 @@ void _CPU_Context_Initialize( _CPU_Context_restore( (_the_context) ); void _CPU_Fatal_halt( uint32_t _source, uint32_t _error ) - RTEMS_COMPILER_NO_RETURN_ATTRIBUTE; + RTEMS_NO_RETURN; /** * @brief CPU initialization. @@ -335,7 +335,7 @@ void _CPU_Context_switch( Context_Control *run, Context_Control *heir ); void _CPU_Context_restore( Context_Control *new_context -) RTEMS_COMPILER_NO_RETURN_ATTRIBUTE; +) RTEMS_NO_RETURN; void _CPU_Context_volatile_clobber( uintptr_t pattern ); -- cgit v1.2.3