Revision 069dd10a

b/hw/pl190.c
240 240
    iomemtype = cpu_register_io_memory(0, pl190_readfn,
241 241
                                       pl190_writefn, s);
242 242
    cpu_register_physical_memory(base, 0x00000fff, iomemtype);
243
    qi = qemu_allocate_irqs(pl190_set_irq, s, 16);
243
    qi = qemu_allocate_irqs(pl190_set_irq, s, 32);
244 244
    s->base = base;
245 245
    s->irq = irq;
246 246
    s->fiq = fiq;

Also available in: Unified diff