summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/i960/cpu_asm.S1
-rw-r--r--cpukit/score/cpu/i960/cpu_asm.S1
2 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/i960/cpu_asm.S b/c/src/exec/score/cpu/i960/cpu_asm.S
index f78c1ac15d..91b4b6112f 100644
--- a/c/src/exec/score/cpu/i960/cpu_asm.S
+++ b/c/src/exec/score/cpu/i960/cpu_asm.S
@@ -195,6 +195,7 @@ exit1: mov r7,g14 # restore g14
* The current stack is the supervisor mode stack.
*/
+ .globl __ISR_Dispatch
__ISR_Dispatch:
mov g14,r7
mov 0,g14
diff --git a/cpukit/score/cpu/i960/cpu_asm.S b/cpukit/score/cpu/i960/cpu_asm.S
index f78c1ac15d..91b4b6112f 100644
--- a/cpukit/score/cpu/i960/cpu_asm.S
+++ b/cpukit/score/cpu/i960/cpu_asm.S
@@ -195,6 +195,7 @@ exit1: mov r7,g14 # restore g14
* The current stack is the supervisor mode stack.
*/
+ .globl __ISR_Dispatch
__ISR_Dispatch:
mov g14,r7
mov 0,g14