irq: Mark isr_common as global so it shows up in symbol table
This commit is contained in:
parent
1bb382de12
commit
465c82a5f8
@ -153,6 +153,7 @@ _isr2:
|
|||||||
.extern isr_handler
|
.extern isr_handler
|
||||||
.type isr_handler, @function
|
.type isr_handler, @function
|
||||||
|
|
||||||
|
.global isr_common
|
||||||
isr_common:
|
isr_common:
|
||||||
/* Save all registers */
|
/* Save all registers */
|
||||||
_swapgs
|
_swapgs
|
||||||
|
Loading…
Reference in New Issue
Block a user