Revision 2507c12a hw/mips_malta.c

b/hw/mips_malta.c
436 436
    s = (MaltaFPGAState *)qemu_mallocz(sizeof(MaltaFPGAState));
437 437

  
438 438
    malta = cpu_register_io_memory(malta_fpga_read,
439
                                   malta_fpga_write, s);
439
                                   malta_fpga_write, s,
440
                                   DEVICE_NATIVE_ENDIAN);
440 441

  
441 442
    cpu_register_physical_memory(base, 0x900, malta);
442 443
    /* 0xa00 is less than a page, so will still get the right offsets.  */

Also available in: Unified diff