mirror of https://github.com/xemu-project/xemu.git
vga: fix indention
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
f62cb1b6dd
commit
0d0302e203
|
@ -51,7 +51,7 @@ static int pci_std_vga_initfn(PCIDevice *dev)
|
||||||
PCIVGAState *d = DO_UPCAST(PCIVGAState, dev, dev);
|
PCIVGAState *d = DO_UPCAST(PCIVGAState, dev, dev);
|
||||||
VGACommonState *s = &d->vga;
|
VGACommonState *s = &d->vga;
|
||||||
|
|
||||||
// vga + console init
|
/* vga + console init */
|
||||||
vga_common_init(s);
|
vga_common_init(s);
|
||||||
vga_init(s, pci_address_space(dev), pci_address_space_io(dev), true);
|
vga_init(s, pci_address_space(dev), pci_address_space_io(dev), true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue