forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user