From 4a2d7033b7a21cbc84fa17b156e6bcf44d956b35 Mon Sep 17 00:00:00 2001 From: espes Date: Fri, 14 Aug 2015 08:47:25 +1000 Subject: [PATCH] debug build fix --- hw/xbox/nv2a.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/xbox/nv2a.c b/hw/xbox/nv2a.c index 2f0c388579..853cbda56e 100644 --- a/hw/xbox/nv2a.c +++ b/hw/xbox/nv2a.c @@ -3201,9 +3201,9 @@ static void pgraph_update_surface_part(NV2AState *d, bool upload, bool color) { "(0x%" HWADDR_PRIx " - 0x%" HWADDR_PRIx ", " "%d %d, %d %d, %d) - %x %x %x %x\n", color ? "color" : "zeta", - dma->address, dma.address + dma.limit, - dma->address + surface->offset, - dma->address + surface->pitch * height, + dma.address, dma.address + dma.limit, + dma.address + surface->offset, + dma.address + surface->pitch * height, pg->surface_shape.clip_x, pg->surface_shape.clip_y, pg->surface_shape.clip_width, pg->surface_shape.clip_height,