h8300/cpu_asm.S: Correct register size suffix for loading DISPATCH_NEEDED

This commit is contained in:
Joel Sherrill
2014-10-15 09:26:44 -05:00
parent 8237b2d39c
commit b6bfa1a29b

View File

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