pci.c: compile fix.

This commit is contained in:
TC1995
2024-06-09 23:37:11 +02:00
parent 0f29bcddf1
commit b72757ac0c

View File

@@ -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);