diff --git a/src/pci.c b/src/pci.c index 1e27becdf..05519cc2e 100644 --- a/src/pci.c +++ b/src/pci.c @@ -8,7 +8,7 @@ * * Implementation the PCI bus. * - * Version: @(#)pci.c 1.0.3 2019/10/30 + * Version: @(#)pci.c 1.0.4 2019/11/06 * * Authors: Miran Grca, * Fred N. van Kempen, @@ -635,7 +635,7 @@ trc_write(uint16_t port, uint8_t val, void *priv) if (!(trc_reg & 4) && (val & 4)) trc_reset(val); - trc_reg = val & 0xfd; + trc_reg = val & 0xfb; }