From fe06bd93e307c4449dc1b87af2e5eac0ebe41c3a Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Mon, 3 Oct 2011 14:42:42 +0200 Subject: tc63963xb: convert to memory API Signed-off-by: Avi Kivity --- hw/tosa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/tosa.c') diff --git a/hw/tosa.c b/hw/tosa.c index 92702d148a..b992b994c7 100644 --- a/hw/tosa.c +++ b/hw/tosa.c @@ -220,7 +220,7 @@ static void tosa_init(ram_addr_t ram_size, cpu_register_physical_memory(0, TOSA_ROM, qemu_ram_alloc(NULL, "tosa.rom", TOSA_ROM) | IO_MEM_ROM); - tmio = tc6393xb_init(0x10000000, + tmio = tc6393xb_init(address_space_mem, 0x10000000, qdev_get_gpio_in(cpu->gpio, TOSA_GPIO_TC6393XB_INT)); scp0 = sysbus_create_simple("scoop", 0x08800000, NULL); -- cgit v1.2.3