From 99a0949b720a0936da2052cb9a46db04ffc6db29 Mon Sep 17 00:00:00 2001 From: malc Date: Thu, 1 Oct 2009 22:20:47 +0400 Subject: Get rid of _t suffix Some not so obvious bits, slirp and Xen were left alone for the time being. Signed-off-by: malc --- hw/framebuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/framebuffer.h') diff --git a/hw/framebuffer.h b/hw/framebuffer.h index a3a2146..22d5735 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, -- cgit v1.1