]> Git Repo - qemu.git/blobdiff - hw/lm32_sys.c
acpi: cleanup ich9 memory region
[qemu.git] / hw / lm32_sys.c
index bbe03c41d568d9f15423d9b59933dcb399b837e1..a7887d14f6059a9e3bcb3f20700fc00a36f3575e 100644 (file)
@@ -61,7 +61,7 @@ static void copy_testname(LM32SysState *s)
     s->testname[MAX_TESTNAME_LEN - 1] = '\0';
 }
 
-static void sys_write(void *opaque, target_phys_addr_t addr,
+static void sys_write(void *opaque, hwaddr addr,
                       uint64_t value, unsigned size)
 {
     LM32SysState *s = opaque;
@@ -91,7 +91,7 @@ static void sys_write(void *opaque, target_phys_addr_t addr,
     }
 }
 
-static bool sys_ops_accepts(void *opaque, target_phys_addr_t addr,
+static bool sys_ops_accepts(void *opaque, hwaddr addr,
                             unsigned size, bool is_write)
 {
     return is_write && size == 4;
This page took 0.026725 seconds and 4 git commands to generate.