]> git.proxmox.com Git - qemu.git/blobdiff - hw/ioapic.c
Revert "Get rid of _t suffix"
[qemu.git] / hw / ioapic.c
index 1186a18bb2251b7506a2289f255c8aa7bbe981c4..b0ad78f2412f04ff46ebbde90128c79834627323 100644 (file)
@@ -119,7 +119,7 @@ void ioapic_set_irq(void *opaque, int vector, int level)
     }
 }
 
-static uint32_t ioapic_mem_readl(void *opaque, a_target_phys_addr addr)
+static uint32_t ioapic_mem_readl(void *opaque, target_phys_addr_t addr)
 {
     IOAPICState *s = opaque;
     int index;
@@ -155,7 +155,7 @@ static uint32_t ioapic_mem_readl(void *opaque, a_target_phys_addr addr)
     return val;
 }
 
-static void ioapic_mem_writel(void *opaque, a_target_phys_addr addr, uint32_t val)
+static void ioapic_mem_writel(void *opaque, target_phys_addr_t addr, uint32_t val)
 {
     IOAPICState *s = opaque;
     int index;