summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/h8300/cpu_asm.S
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/h8300/cpu_asm.S')
-rw-r--r--c/src/exec/score/cpu/h8300/cpu_asm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/h8300/cpu_asm.S b/c/src/exec/score/cpu/h8300/cpu_asm.S
index d9c22f588e..1cef5abf67 100644
--- a/c/src/exec/score/cpu/h8300/cpu_asm.S
+++ b/c/src/exec/score/cpu/h8300/cpu_asm.S
@@ -128,7 +128,7 @@ nested:
/* Vector to ISR */
- mov.l #__ISR_Vector_table,er1
+ mov.l @__ISR_Vector_table,er1
mov er0,er2 ; copy vector
shll.l er2
shll.l er2 ; vector = vector * 4 (sizeof(int))