summary refs log tree commit diff stats
path: root/hw/alpha_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/alpha_pci.c')
-rw-r--r--hw/alpha_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/alpha_pci.c b/hw/alpha_pci.c
index ea546f83f1..0352e72d5f 100644
--- a/hw/alpha_pci.c
+++ b/hw/alpha_pci.c
@@ -128,6 +128,6 @@ void alpha_pci_vga_setup(PCIBus *pci_bus)
     /* If VGA is enabled at all, and one of the above didn't work, then
        fallback to Standard VGA.  */
     if (vga_interface_type != VGA_NONE) {
-        pci_vga_init(pci_bus);
+        pci_std_vga_init(pci_bus);
     }
 }