summary refs log tree commit diff stats
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 a3a214649d..22d57350d6 100644
--- a/hw/framebuffer.h
+++ b/hw/framebuffer.h
@@ -7,7 +7,7 @@ typedef void (*drawfn)(void *, uint8_t *, const uint8_t *, int, int);
 
 void framebuffer_update_display(
     DisplayState *ds,
-    target_phys_addr_t base,
+    a_target_phys_addr base,
     int cols,
     int rows,
     int src_width,