Revision 187337f8 hw/pl080.c

b/hw/pl080.c
332 332
    s = (pl080_state *)qemu_mallocz(sizeof(pl080_state));
333 333
    iomemtype = cpu_register_io_memory(0, pl080_readfn,
334 334
                                       pl080_writefn, s);
335
    cpu_register_physical_memory(base, 0x00000fff, iomemtype);
335
    cpu_register_physical_memory(base, 0x00001000, iomemtype);
336 336
    s->base = base;
337 337
    s->irq = irq;
338 338
    s->nchannels = nchannels;

Also available in: Unified diff