diff --git a/BaS_gcc/pci/pci.c b/BaS_gcc/pci/pci.c index cde1dfe..9aea459 100644 --- a/BaS_gcc/pci/pci.c +++ b/BaS_gcc/pci/pci.c @@ -522,8 +522,8 @@ static bool match_classcode(uint32_t handle, uint32_t classcode) return false; else classcode >>= 8; - value >>= 8; } + value >>= 8; } return true; }