]> git.proxmox.com Git - qemu.git/commitdiff
compatibility fix with kqemu-x86_64
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 24 Apr 2005 18:02:38 +0000 (18:02 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 24 Apr 2005 18:02:38 +0000 (18:02 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1392 c046a42c-6fe2-441c-8c8c-71466251a162

exec.c

diff --git a/exec.c b/exec.c
index f923043763c6982492910959508d17406556f232..08914aecdea88361b17cfc6c0f635e84695e8e00 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -80,7 +80,7 @@ typedef struct PageDesc {
 
 typedef struct PhysPageDesc {
     /* offset in host memory of the page + io_index in the low 12 bits */
-    unsigned long phys_offset;
+    uint32_t phys_offset;
 } PhysPageDesc;
 
 typedef struct VirtPageDesc {