From e04f40b5aaded924d4f751d54762ffb6e6ab2e0f Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 24 Apr 2005 18:02:38 +0000 Subject: [PATCH] compatibility fix with kqemu-x86_64 git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1392 c046a42c-6fe2-441c-8c8c-71466251a162 --- exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec.c b/exec.c index f923043763..08914aecde 100644 --- 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 { -- GitLab