Commit e04f40b5aaded924d4f751d54762ffb6e6ab2e0f
1 parent
dff293e7
compatibility fix with kqemu-x86_64
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1392 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
exec.c
... | ... | @@ -80,7 +80,7 @@ typedef struct PageDesc { |
80 | 80 | |
81 | 81 | typedef struct PhysPageDesc { |
82 | 82 | /* offset in host memory of the page + io_index in the low 12 bits */ |
83 | - unsigned long phys_offset; | |
83 | + uint32_t phys_offset; | |
84 | 84 | } PhysPageDesc; |
85 | 85 | |
86 | 86 | typedef struct VirtPageDesc { | ... | ... |