Revision 1eed09cb hw/pflash_cfi01.c

b/hw/pflash_cfi01.c
522 522

  
523 523
    /* FIXME: Allocate ram ourselves.  */
524 524
    pfl->storage = qemu_get_ram_ptr(off);
525
    pfl->fl_mem = cpu_register_io_memory(0,
525
    pfl->fl_mem = cpu_register_io_memory(
526 526
                    pflash_read_ops, pflash_write_ops, pfl);
527 527
    pfl->off = off;
528 528
    cpu_register_physical_memory(base, total_len,

Also available in: Unified diff