]> git.proxmox.com Git - mirror_qemu.git/blobdiff - cpu.c
linux-user: Avoid mmap of the last byte of the reserved_va
[mirror_qemu.git] / cpu.c
diff --git a/cpu.c b/cpu.c
index 65ebaf8159bdee05258da2d0b9836855ed5286f4..1c948d1161d2468ab09c142e55fdc8fd805a4ce9 100644 (file)
--- a/cpu.c
+++ b/cpu.c
@@ -293,7 +293,7 @@ void list_cpus(void)
 }
 
 #if defined(CONFIG_USER_ONLY)
-void tb_invalidate_phys_addr(target_ulong addr)
+void tb_invalidate_phys_addr(hwaddr addr)
 {
     mmap_lock();
     tb_invalidate_phys_page(addr);