Revision e04f40b5

b/exec.c
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 {

Also available in: Unified diff