score: Remove _ISR_Dispatch()

This function was only used on some m68k variants.  On these m68k
variants there is no need to use a global symbol.  Use a local label
instead.

Remove _ISR_Dispatch() from the architecture-independent layer.
This commit is contained in:
Sebastian Huber
2018-11-06 19:34:15 +01:00
parent ff081aee72
commit 4fea054ca5
12 changed files with 15 additions and 153 deletions

View File

@@ -372,7 +372,7 @@ _ISR_Handler_cleanup:
/*
* prepare to get out of interrupt
* return from interrupt (maybe to _ISR_Dispatch)
* return from interrupt
*
* LABEL "exit interrupt (simple case):"
* prepare to get out of interrupt