Revision a8170e5e hw/framebuffer.c

b/hw/framebuffer.c
26 26
void framebuffer_update_display(
27 27
    DisplayState *ds,
28 28
    MemoryRegion *address_space,
29
    target_phys_addr_t base,
29
    hwaddr base,
30 30
    int cols, /* Width in pixels.  */
31 31
    int rows, /* Height in pixels.  */
32 32
    int src_width, /* Length of source line, in bytes.  */
......
38 38
    int *first_row, /* Input and output.  */
39 39
    int *last_row /* Output only */)
40 40
{
41
    target_phys_addr_t src_len;
41
    hwaddr src_len;
42 42
    uint8_t *dest;
43 43
    uint8_t *src;
44 44
    uint8_t *src_base;

Also available in: Unified diff