mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Fix a pile of yellow in the bootloader
Change-Id: Ia89a33bbb13683566e421ac2a002baa20cdb07de
This commit is contained in:
parent
b4865b05b0
commit
4a3d046545
9 changed files with 87 additions and 58 deletions
|
|
@ -159,6 +159,7 @@ void irq_handler(void)
|
|||
|
||||
void* dummy = VIC0ADDRESS;
|
||||
dummy = VIC1ADDRESS;
|
||||
(void)dummy;
|
||||
uint32_t irqs0 = VIC0IRQSTATUS;
|
||||
uint32_t irqs1 = VIC1IRQSTATUS;
|
||||
for (current_irq = 0; irqs0; current_irq++, irqs0 >>= 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue