From 1c354f677786af0e3bff7b30a7e1817957e60afd Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 14 Jun 2020 22:07:37 +0200 Subject: [PATCH] Disabled PCI logging. --- src/pci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pci.c b/src/pci.c index a17a3e748..4f5b40f66 100644 --- a/src/pci.c +++ b/src/pci.c @@ -71,7 +71,6 @@ static int pci_type, static int trc_reg = 0, elcr_enabled = 1; -#define ENABLE_PCI_LOG 1 #ifdef ENABLE_PCI_LOG int pci_do_log = ENABLE_PCI_LOG;