Skip to content

Commit

Permalink
compatibility fix with kqemu-x86_64
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1392 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
bellard committed Apr 24, 2005
1 parent dff293e commit e04f40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e04f40b

Please sign in to comment.