summaryrefslogtreecommitdiff
path: root/cpukit/score/cpu/v850/include/rtems/score/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/v850/include/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/v850/include/rtems/score/cpu.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/score/cpu/v850/include/rtems/score/cpu.h b/cpukit/score/cpu/v850/include/rtems/score/cpu.h
index a538789a58..a648931fb9 100644
--- a/cpukit/score/cpu/v850/include/rtems/score/cpu.h
+++ b/cpukit/score/cpu/v850/include/rtems/score/cpu.h
@@ -543,9 +543,7 @@ void _CPU_Context_switch(
*
* This is implemented in assembly on the v850.
*/
-void _CPU_Context_restore(
- Context_Control *new_context
-) RTEMS_NO_RETURN;
+RTEMS_NO_RETURN void _CPU_Context_restore( Context_Control *new_context );
/* XXX this should be possible to remove */
#if 0