aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/vga.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/vga.c b/hw/vga.c
index 593f4c6bb..44e6834af 100644
--- a/hw/vga.c
+++ b/hw/vga.c
@@ -1860,7 +1860,6 @@ static void vga_map(PCIDevice *pci_dev, int region_num,
s->map_addr = s->map_end = 0;
}
else {
- fprintf(stderr, "vram_pointer=%p\n", vram_pointer);
old_vram = vga_update_vram((VGAState *)s, vram_pointer,
VGA_RAM_SIZE);
if (s->map_addr && s->map_end)