Revision 84108e12 hw/mips_mipssim.c

b/hw/mips_mipssim.c
182 182
    cpu_mips_clock_init(env);
183 183

  
184 184
    /* Register 64 KB of ISA IO space at 0x1fd00000. */
185
    isa_mmio_init(0x1fd00000, 0x00010000);
185
#ifdef TARGET_WORDS_BIGENDIAN
186
    isa_mmio_init(0x1fd00000, 0x00010000, 1);
187
#else
188
    isa_mmio_init(0x1fd00000, 0x00010000, 0);
189
#endif
186 190

  
187 191
    /* A single 16450 sits at offset 0x3f8. It is attached to
188 192
       MIPS CPU INT2, which is interrupt 4. */

Also available in: Unified diff