forked from Imagelibrary/rtems
h8300/cpu_asm.S: Correct register size suffix for loading DISPATCH_NEEDED
This commit is contained in:
@@ -148,7 +148,7 @@ nested:
|
|||||||
mov.l er1,@THREAD_DISPATCH_DISABLE_LEVEL
|
mov.l er1,@THREAD_DISPATCH_DISABLE_LEVEL
|
||||||
bne exit
|
bne exit
|
||||||
|
|
||||||
mov.b @DISPATCH_NEEDED,er1
|
mov.l @DISPATCH_NEEDED,er1
|
||||||
beq exit ; If no then exit
|
beq exit ; If no then exit
|
||||||
|
|
||||||
/* Context switch here through ISR_Dispatch */
|
/* Context switch here through ISR_Dispatch */
|
||||||
|
|||||||
Reference in New Issue
Block a user