mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
typo: 'nomasked' -> 'unmasked'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26312 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bdb8ba4ecd
commit
f0f5a6419a
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ static void UIRQ(void)
|
|||
unsigned irq_no = 31 - __builtin_clz(status);
|
||||
|
||||
panicf("Unhandled %smasked IRQ %02X: %s (status 0x%8X)",
|
||||
masked ? "" : "no", irq_no, irqname[irq_no], status);
|
||||
masked ? "" : "un", irq_no, irqname[irq_no], status);
|
||||
}
|
||||
|
||||
struct vec_int_src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue