Revision 84108e12 hw/mips_r4k.c

b/hw/mips_r4k.c
261 261
    rtc_state = rtc_init(2000);
262 262

  
263 263
    /* Register 64 KB of ISA IO space at 0x14000000 */
264
    isa_mmio_init(0x14000000, 0x00010000);
264
#ifdef TARGET_WORDS_BIGENDIAN
265
    isa_mmio_init(0x14000000, 0x00010000, 1);
266
#else
267
    isa_mmio_init(0x14000000, 0x00010000, 0);
268
#endif
265 269
    isa_mem_base = 0x10000000;
266 270

  
267 271
    pit = pit_init(0x40, i8259[0]);

Also available in: Unified diff