summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-08 14:08:31 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-09 16:14:17 -0500
commitef598c37cf50fd8921ce7d49da8886d8fc2fe241 (patch)
tree88d920f05bee635e51417a4781f950c08b22a526
parenttools/cpu/sh/sci.c: Add include of bsp.h to generated file (diff)
downloadrtems-ef598c37cf50fd8921ce7d49da8886d8fc2fe241.tar.bz2
or1k/rtems/score/cpu.h: Add no_return attribute to _CPU_Context_restore
-rw-r--r--cpukit/score/cpu/or1k/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
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