summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c')
-rw-r--r--c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c b/c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c
index be8f5c0a4c..05c2cf24be 100644
--- a/c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c
+++ b/c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c
@@ -178,7 +178,7 @@ void __ISR_Handler( uint32_t vector)
return;
}
- if ( _Context_Switch_necessary ) {
+ if ( _Thread_Dispatch_necessary ) {
_Thread_Dispatch();
}
}