summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/h8300
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-15 09:26:44 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-15 09:33:15 -0500
commitb6bfa1a29b0166eb914cd105b787e6bdb93018f8 (patch)
tree9cb5f9e9914fe456e9d4ea432c3441dc0c6fea79 /cpukit/score/cpu/h8300
parentrtems/score/object.h: Include <rtems/score/cpu.h> to honor 16-bit Ids (diff)
downloadrtems-b6bfa1a29b0166eb914cd105b787e6bdb93018f8.tar.bz2
h8300/cpu_asm.S: Correct register size suffix for loading DISPATCH_NEEDED
Diffstat (limited to 'cpukit/score/cpu/h8300')
-rw-r--r--cpukit/score/cpu/h8300/cpu_asm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/h8300/cpu_asm.S b/cpukit/score/cpu/h8300/cpu_asm.S
index 9e89a83420..e0fdf0a252 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 */