[PULL 2/8] hw/display/vga: Fix debug message
Michael Tokarev <[email protected]> Fri, 12 Jun 2026 19:59:46 +0300
| Newsgroups | org.nongnu.qemu-trivial,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
From: BALATON Zoltan <[email protected]> Fixes: f9b925fd41 vga: introduce VGADisplayParams Signed-off-by: BALATON Zoltan <[email protected]> Reviewed-by: Michael Tokarev <[email protected]> Signed-off-by: Michael Tokarev <[email protected]> --- hw/display/vga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/display/vga.c b/hw/display/vga.c index 0ac4bf3731..3ea20d7b0f 100644 --- a/hw/display/vga.c +++ b/hw/display/vga.c @@ -1662,7 +1662,7 @@ static void vga_draw_graphic(VGACommonState *s, int full_update) #if 0 printf("w=%d h=%d v=%d line_offset=%d cr[0x09]=0x%02x cr[0x17]=0x%02x linecmp=%d sr[0x01]=0x%02x\n", - width, height, v, line_offset, s->cr[9], s->cr[VGA_CRTC_MODE], + width, height, v, s->params.line_offset, s->cr[9], s->cr[VGA_CRTC_MODE], s->params.line_compare, sr(s, VGA_SEQ_CLOCK_MODE)); #endif addr1 = (s->params.start_addr * 4); -- 2.47.3