]> git.proxmox.com Git - qemu.git/blobdiff - target-lm32/helper.c
Merge remote-tracking branch 'bonzini/nbd-next' into staging
[qemu.git] / target-lm32 / helper.c
index 1ea477fea3132d46a68536f6ec86effd5982b6f9..0ed7cfda187073cc7d9ae5d7bc1d4b7063f596ee 100644 (file)
@@ -37,7 +37,7 @@ int cpu_lm32_handle_mmu_fault(CPULM32State *env, target_ulong address, int rw,
     return 0;
 }
 
-target_phys_addr_t cpu_get_phys_page_debug(CPULM32State *env, target_ulong addr)
+hwaddr cpu_get_phys_page_debug(CPULM32State *env, target_ulong addr)
 {
     return addr & TARGET_PAGE_MASK;
 }