Revision 8da3ff18 hw/mips_malta.c

b/hw/mips_malta.c
433 433
                                   malta_fpga_write, s);
434 434

  
435 435
    cpu_register_physical_memory(base, 0x900, malta);
436
    /* 0xa00 is less than a page, so will still get the right offsets.  */
436 437
    cpu_register_physical_memory(base + 0xa00, 0x100000 - 0xa00, malta);
437 438

  
438 439
    s->display = qemu_chr_open("fpga", "vc:320x200");

Also available in: Unified diff