[rtems commit] m68k/rtems/score/cpu.h:

Joel Sherrill joel at rtems.org
Thu Oct 9 15:03:39 UTC 2014


  _CPU_Context_Restart_self needed RTEMS_COMPILER_NO_RETURN_ATTRIBUTE
User-Agent: Heirloom mailx 12.4 7/29/08
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Module:    rtems
Branch:    master
Commit:    4efdc8e9ffb2682efe161186630a8f1d10e6dadf
Changeset: http://git.rtems.org/rtems/commit/?id=4efdc8e9ffb2682efe161186630a8f1d10e6dadf

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Tue Oct  7 17:42:23 2014 -0500

m68k/rtems/score/cpu.h: _CPU_Context_Restart_self needed RTEMS_COMPILER_NO_RETURN_ATTRIBUTE

---

 cpukit/score/cpu/m68k/rtems/score/cpu.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpukit/score/cpu/m68k/rtems/score/cpu.h b/cpukit/score/cpu/m68k/rtems/score/cpu.h
index 7d164f3..c36b2f1 100644
--- a/cpukit/score/cpu/m68k/rtems/score/cpu.h
+++ b/cpukit/score/cpu/m68k/rtems/score/cpu.h
@@ -680,7 +680,7 @@ void _CPU_Context_switch(
 
 void _CPU_Context_Restart_self(
   Context_Control  *the_context
-);
+) RTEMS_COMPILER_NO_RETURN_ATTRIBUTE;
 
 /*
  *  _CPU_Context_save_fp



More information about the vc mailing list