mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-06 09:31:16 -04:00
Implements missings parts of pk2ldr, refactor relocation a bit
This commit is contained in:
parent
568781bc7e
commit
82f10b4320
5 changed files with 105 additions and 41 deletions
|
@ -8,7 +8,7 @@
|
|||
static struct {
|
||||
unsigned int id;
|
||||
void (*handler)(void);
|
||||
} g_registered_interrupts[MAX_REGISTERED_INTERRUPTS] = { {0, NULL}, {0, NULL}, {0, NULL}, {0, NULL} };
|
||||
} g_registered_interrupts[MAX_REGISTERED_INTERRUPTS] = { {0} };
|
||||
|
||||
static unsigned int get_interrupt_id(void) {
|
||||
return GICC_IAR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue