Fix extern declaration of isrs table
This commit is contained in:
parent
1f4d108c6c
commit
bf5d607a83
@ -5,7 +5,7 @@
|
||||
#include <system.h>
|
||||
#include <logging.h>
|
||||
|
||||
irq_handler_t isrs_routines[256];
|
||||
extern irq_handler_t isrs_routines[256];
|
||||
extern void fault_error(struct regs *r);
|
||||
|
||||
void fault_handler(struct regs *r) {
|
||||
|
Loading…
Reference in New Issue
Block a user