diff options
Diffstat (limited to 'com32/lib/pci/readx.c')
-rw-r--r-- | com32/lib/pci/readx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/lib/pci/readx.c b/com32/lib/pci/readx.c index 06c3c987..cbd7496f 100644 --- a/com32/lib/pci/readx.c +++ b/com32/lib/pci/readx.c @@ -28,7 +28,7 @@ TYPE BWL(pci_read) (pciaddr_t a) uint8_t oldcf8, oldcfa; if ( a & (0x10 << 11) ) - return (TYPE)~0; + return (TYPE)~0; /* Device 16-31 not supported */ cli(); oldcf8 = inb(0xcf8); |