From d3b39f61bd13c4d935ab4ad2a809697524c9b858 Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 9 May 2017 21:37:47 +0200 Subject: [PATCH] PIIX3 now sets the correct reset handler. --- src/piix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/piix.c b/src/piix.c index 2cb81a739..04cf62418 100644 --- a/src/piix.c +++ b/src/piix.c @@ -674,5 +674,5 @@ void piix3_init(int card) dma_alias_set(); - pci_reset_handler.pci_set_reset = piix_reset; + pci_reset_handler.pci_set_reset = piix3_reset; }