---
 cpukit/score/cpu/sh/context.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/score/cpu/sh/context.c b/cpukit/score/cpu/sh/context.c
index bd40f20..dfa12c3 100644
--- a/cpukit/score/cpu/sh/context.c
+++ b/cpukit/score/cpu/sh/context.c
@@ -168,7 +168,7 @@ asm volatile("\n\
  * FIXME: This is an ugly hack, but we wanted to avoid recalculating
  *        the offset each time Context_Control is changed
  */
-void __CPU_Context_switch(
+void _CPU_Context_switch(
   Context_Control  *run,       /* r4 */
   Context_Control  *heir       /* r5 */
 )
-- 
1.9.3

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to