From b72757ac0ca42a1471f708da75add8705185aad0 Mon Sep 17 00:00:00 2001 From: TC1995 Date: Sun, 9 Jun 2024 23:37:11 +0200 Subject: [PATCH] pci.c: compile fix. --- src/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pci.c b/src/pci.c index 786573179..6475efe90 100644 --- a/src/pci.c +++ b/src/pci.c @@ -92,7 +92,7 @@ static int pci_card; static int pci_bus; static int pci_key; static int pci_trc_reg = 0; -static uint32 pci_enable = 0x00000000; +static uint32_t pci_enable = 0x00000000; static void pci_reset_regs(void);