diff --git a/Machines/PCCompatible/PIC.hpp b/Machines/PCCompatible/PIC.hpp index 513129869..49b33fba4 100644 --- a/Machines/PCCompatible/PIC.hpp +++ b/Machines/PCCompatible/PIC.hpp @@ -30,7 +30,6 @@ class PIC { // (2) master interrupt attachment if this is a slave. } [[fallthrough]]; - break; case 2: auto_eoi_ = value & 2; break;