summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sh/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/sh/context.c')
-rw-r--r--cpukit/score/cpu/sh/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/sh/context.c b/cpukit/score/cpu/sh/context.c
index bd40f2033a..dfa12c32ac 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 */
)