]> git.proxmox.com Git - qemu.git/blobdiff - hw/sh_timer.c
Add endianness as io mem parameter
[qemu.git] / hw / sh_timer.c
index fd2146a0c90e655653da41469a95ece99883620b..5eec6b7c14bdf75d1ea8f57058c0951a47a4130d 100644 (file)
@@ -319,7 +319,8 @@ void tmu012_init(target_phys_addr_t base, int feat, uint32_t freq,
         s->timer[2] = sh_timer_init(freq, timer_feat | TIMER_FEAT_CAPT,
                                    ch2_irq0); /* ch2_irq1 not supported */
     iomemtype = cpu_register_io_memory(tmu012_readfn,
-                                       tmu012_writefn, s);
+                                       tmu012_writefn, s,
+                                       DEVICE_NATIVE_ENDIAN);
     cpu_register_physical_memory(P4ADDR(base), 0x00001000, iomemtype);
     cpu_register_physical_memory(A7ADDR(base), 0x00001000, iomemtype);
     /* ??? Save/restore.  */