summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/h8300/cpu_asm.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/h8300/cpu_asm.S')
-rw-r--r--cpukit/score/cpu/h8300/cpu_asm.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/h8300/cpu_asm.S b/cpukit/score/cpu/h8300/cpu_asm.S
index 6b15d2d32d..0869d8100a 100644
--- a/cpukit/score/cpu/h8300/cpu_asm.S
+++ b/cpukit/score/cpu/h8300/cpu_asm.S
@@ -148,10 +148,10 @@ nested:
mov.l er1,@__Thread_Dispatch_disable_level
bne exit
- mov.l @__Context_Switch_necessary,er1
+ mov.b @__Context_Switch_necessary,er1
bne bframe ; If yes then dispatch next task
- mov.l @__ISR_Signals_to_thread_executing,er1
+ mov.b @__ISR_Signals_to_thread_executing,er1
beq exit ; If no signals waiting
/* Context switch here through ISR_Dispatch */