irq: Mark isr_common as global so it shows up in symbol table

This commit is contained in:
K. Lange 2021-10-25 18:23:50 +09:00
parent 1bb382de12
commit 465c82a5f8

View File

@ -153,6 +153,7 @@ _isr2:
.extern isr_handler
.type isr_handler, @function
.global isr_common
isr_common:
/* Save all registers */
_swapgs