Revision 2507c12a hw/mips_r4k.c

b/hw/mips_r4k.c
204 204

  
205 205
    if (!mips_qemu_iomemtype) {
206 206
        mips_qemu_iomemtype = cpu_register_io_memory(mips_qemu_read,
207
                                                     mips_qemu_write, NULL);
207
                                                     mips_qemu_write, NULL,
208
                                                     DEVICE_NATIVE_ENDIAN);
208 209
    }
209 210
    cpu_register_physical_memory(0x1fbf0000, 0x10000, mips_qemu_iomemtype);
210 211

  

Also available in: Unified diff