cpukit/score/cpu/sh/context.c: Correct name of _CPU_Context_switch

This commit is contained in:
Joel Sherrill
2015-03-08 13:52:33 -05:00
parent 2a11a46fd1
commit 4f4e7bb683

View File

@@ -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 */
)