[PATCH 47/52] m68k/rtems/score/cpu.h: _CPU_Context_Restart_self needed RTEMS_COMPILER_NO_RETURN_ATTRIBUTE
Joel Sherrill
joel.sherrill at oarcorp.com
Wed Oct 8 19:16:38 UTC 2014
---
cpukit/score/cpu/m68k/rtems/score/cpu.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
1.9.3
More information about the devel
mailing list