]> git.proxmox.com Git - qemu.git/blobdiff - exec.c
Split TLB addend and target_phys_addr_t
[qemu.git] / exec.c
diff --git a/exec.c b/exec.c
index 04e74d215593fcfbe29be0ed97055ef3180c6634..33854e18dbf1e0e8d7b0493aeaa1d793dc1fe996 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -2188,7 +2188,7 @@ void tlb_set_page(CPUState *env, target_ulong vaddr,
     unsigned int index;
     target_ulong address;
     target_ulong code_address;
-    target_phys_addr_t addend;
+    unsigned long addend;
     CPUTLBEntry *te;
     CPUWatchpoint *wp;
     target_phys_addr_t iotlb;