---
 cpukit/score/cpu/h8300/cpu_asm.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/score/cpu/h8300/cpu_asm.S b/cpukit/score/cpu/h8300/cpu_asm.S
index 9e89a83..e0fdf0a 100644
--- a/cpukit/score/cpu/h8300/cpu_asm.S
+++ b/cpukit/score/cpu/h8300/cpu_asm.S
@@ -148,7 +148,7 @@ nested:
        mov.l   er1,@THREAD_DISPATCH_DISABLE_LEVEL
        bne     exit
        
-       mov.b   @DISPATCH_NEEDED,er1
+       mov.l   @DISPATCH_NEEDED,er1
        beq     exit            ; If no then exit
 
        /* Context switch here through ISR_Dispatch */
-- 
1.9.3

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

Reply via email to