Make _ISR_Dispatch global.

This commit is contained in:
Joel Sherrill
2000-07-17 13:05:28 +00:00
parent fb31e1a2e7
commit 09f52f00de
2 changed files with 2 additions and 0 deletions

View File

@@ -195,6 +195,7 @@ exit1: mov r7,g14 # restore g14
* The current stack is the supervisor mode stack. * The current stack is the supervisor mode stack.
*/ */
.globl __ISR_Dispatch
__ISR_Dispatch: __ISR_Dispatch:
mov g14,r7 mov g14,r7
mov 0,g14 mov 0,g14

View File

@@ -195,6 +195,7 @@ exit1: mov r7,g14 # restore g14
* The current stack is the supervisor mode stack. * The current stack is the supervisor mode stack.
*/ */
.globl __ISR_Dispatch
__ISR_Dispatch: __ISR_Dispatch:
mov g14,r7 mov g14,r7
mov 0,g14 mov 0,g14