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
|
||||
.type isr_handler, @function
|
||||
|
||||
.global isr_common
|
||||
isr_common:
|
||||
/* Save all registers */
|
||||
_swapgs
|
||||
|
Loading…
Reference in New Issue
Block a user