]> Git Repo - qemu.git/blobdiff - hw/tc6393xb.c
Remove io_index argument from cpu_register_io_memory()
[qemu.git] / hw / tc6393xb.c
index 7803a4c8acbd305359aac8031b05e2a9e9689152..3962d98a91e387d72b651043045a0a8409278dce 100644 (file)
@@ -589,7 +589,7 @@ TC6393xbState *tc6393xb_init(uint32_t base, qemu_irq irq)
 
     s->flash = nand_init(NAND_MFR_TOSHIBA, 0x76);
 
-    iomemtype = cpu_register_io_memory(0, tc6393xb_readfn,
+    iomemtype = cpu_register_io_memory(tc6393xb_readfn,
                     tc6393xb_writefn, s);
     cpu_register_physical_memory(base, 0x10000, iomemtype);
 
This page took 0.024282 seconds and 4 git commands to generate.