nv2a: remove global_vmstate arg in vga_common_init

This commit is contained in:
Matt Borgerson 2018-09-02 13:49:19 -07:00
parent 9c96d7bc08
commit 12401cd500
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ static void nv2a_realize(PCIDevice *dev, Error **errp)
/* seems to start in color mode */
vga->msr = VGA_MIS_COLOR;
vga_common_init(vga, OBJECT(dev), false); // FIXME: true or false? idk
vga_common_init(vga, OBJECT(dev));
vga->get_bpp = nv2a_get_bpp;
vga->get_offsets = nv2a_get_offsets;
// vga->overlay_draw_line = nv2a_overlay_draw_line;