From ef598c37cf50fd8921ce7d49da8886d8fc2fe241 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 8 Mar 2015 14:08:31 -0500 Subject: or1k/rtems/score/cpu.h: Add no_return attribute to _CPU_Context_restore --- cpukit/score/cpu/or1k/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/score/cpu/or1k/rtems/score/cpu.h b/cpukit/score/cpu/or1k/rtems/score/cpu.h index d7b7093842..c7d7f46648 100644 --- a/cpukit/score/cpu/or1k/rtems/score/cpu.h +++ b/cpukit/score/cpu/or1k/rtems/score/cpu.h @@ -949,7 +949,7 @@ void _CPU_Context_switch( void _CPU_Context_restore( Context_Control *new_context -); +) RTEMS_COMPILER_NO_RETURN_ATTRIBUTE; /* * _CPU_Context_save_fp -- cgit v1.2.3