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/sh/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/sh') diff --git a/cpukit/score/cpu/sh/rtems/score/cpu.h b/cpukit/score/cpu/sh/rtems/score/cpu.h index 76220f7215..6ae0a83771 100644 --- a/cpukit/score/cpu/sh/rtems/score/cpu.h +++ b/cpukit/score/cpu/sh/rtems/score/cpu.h @@ -851,7 +851,7 @@ void _CPU_Context_switch( void _CPU_Context_restore( Context_Control *new_context -) RTEMS_COMPILER_NO_RETURN_ATTRIBUTE; +) RTEMS_NO_RETURN; /* * @brief This routine saves the floating point context passed to it. -- cgit v1.2.3