summaryrefslogtreecommitdiff
path: root/hw/framebuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/framebuffer.h')
-rw-r--r--hw/framebuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/framebuffer.h b/hw/framebuffer.h
index 527a6b85f8..46e375b5ec 100644
--- a/hw/framebuffer.h
+++ b/hw/framebuffer.h
@@ -10,7 +10,7 @@ typedef void (*drawfn)(void *, uint8_t *, const uint8_t *, int, int);
void framebuffer_update_display(
DisplayState *ds,
MemoryRegion *address_space,
- target_phys_addr_t base,
+ hwaddr base,
int cols,
int rows,
int src_width,